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 5d82571 commit 4ef8161Copy full SHA for 4ef8161
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 exist!"
+ echo "Password is requested, but /run/secrets/sycl_ci_passwd doesn't exist!"
40
exit 2
41
fi
42
0 commit comments