We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6f9541 commit 127080eCopy full SHA for 127080e
devops/scripts/create-sycl-user.sh
@@ -36,7 +36,7 @@ usermod -aG render $USER_NAME
36
37
if [[ $SET_PASSWD == true ]]; then
38
if [[ ! -f /run/secrets/sycl_ci_passwd ]]; then
39
- echo "Password is requested, but /run/secrtes/sycl_ci_passwd doesn't exists!"
+ echo "Password is requested, but /run/secrets/sycl_ci_passwd doesn't exist!"
40
exit 2
41
fi
42
0 commit comments