diff --git a/bridge/cli/init/templates/build__sh.py b/bridge/cli/init/templates/build__sh.py index ef76400..f3382ba 100644 --- a/bridge/cli/init/templates/build__sh.py +++ b/bridge/cli/init/templates/build__sh.py @@ -5,7 +5,7 @@ set -o errexit # Get the directory of the current script. -DIR=$(dirname "$0") +DIR="$(dirname "$0")" # Use our Python script to install dependencies INSTALL_DEPS_SCRIPT="$DIR/install_deps.py"