We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714c9c4 commit 5571f46Copy full SHA for 5571f46
tests/rest_scripts/init_python_env.sh
@@ -37,7 +37,7 @@ if ! python3 -m pip list | grep awscrt 1>/dev/null; then
37
exit 1
38
fi
39
40
-if [ $deactivate == "true" ] && ! deactivate; then
+if [ "$deactivate" == "true" ] && ! deactivate; then
41
log_rest 2 "error deactivating"
42
43
0 commit comments