Skip to content

Commit 127080e

Browse files
committed
Fix typos
1 parent d6f9541 commit 127080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/create-sycl-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ usermod -aG render $USER_NAME
3636

3737
if [[ $SET_PASSWD == true ]]; then
3838
if [[ ! -f /run/secrets/sycl_ci_passwd ]]; then
39-
echo "Password is requested, but /run/secrtes/sycl_ci_passwd doesn't exists!"
39+
echo "Password is requested, but /run/secrets/sycl_ci_passwd doesn't exist!"
4040
exit 2
4141
fi
4242

0 commit comments

Comments
 (0)