Skip to content

Commit 5571f46

Browse files
committed
test: shellcheck fix
1 parent 714c9c4 commit 5571f46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/rest_scripts/init_python_env.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if ! python3 -m pip list | grep awscrt 1>/dev/null; then
3737
exit 1
3838
fi
3939
fi
40-
if [ $deactivate == "true" ] && ! deactivate; then
40+
if [ "$deactivate" == "true" ] && ! deactivate; then
4141
log_rest 2 "error deactivating"
4242
exit 1
4343
fi

0 commit comments

Comments
 (0)