Skip to content

Commit

Permalink
One more typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeySachkov committed Dec 18, 2024
1 parent 5d82571 commit 4ef8161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/scripts/create-sycl-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ usermod -aG render $USER_NAME

if [[ $SET_PASSWD == true ]]; then
if [[ ! -f /run/secrets/sycl_ci_passwd ]]; then
echo "Password is requested, but /run/secrtes/sycl_ci_passwd doesn't exist!"
echo "Password is requested, but /run/secrets/sycl_ci_passwd doesn't exist!"
exit 2
fi

Expand Down

0 comments on commit 4ef8161

Please sign in to comment.