synapse guest module: nitpick quote refactor

This commit is contained in:
Andrew Ferrazzutti
2025-02-12 15:42:59 -05:00
parent 523758cbea
commit 504f35a65b
@@ -19,7 +19,7 @@ venv_path=${repo_root:-./}.venv
if [ ! -d "$venv_path" ]; then
"python${PYTHON_VERSION:-3}" -m venv "$venv_path"
"$venv_path/bin/pip" install -e ."[dev]"
"$venv_path/bin/pip" install -e '.[dev]'
fi
[ $# -gt 1 ] && . "$venv_path/bin/activate" && "$@"