Refactor: pre-commit cleanups
[releng/global-jjb.git] / shell / capture-instance-metadata.sh
index 172ed10..a5e0051 100644 (file)
@@ -15,7 +15,7 @@ echo "---> capture-instance-metadata.sh"
 source ~/lf-env.sh
 
 if [[ "${PYTHON:-}" -ne "" ]]; then
-    lf-activate-venv --python $PYTHON lftools
+    lf-activate-venv --python "$PYTHON" lftools
 elif python3; then
     lf-activate-venv --python python3 lftools
 else