Fix argument passing

This commit is contained in:
Jordan Carlin 2025-05-30 22:08:28 -07:00
parent ded3b251b3
commit bf1c3e116f
No known key found for this signature in database
11 changed files with 11 additions and 11 deletions

View file

@ -32,7 +32,7 @@ if [ -z "$FAMILY" ]; then
dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
WALLY="$(dirname $(dirname "$dir"))"
export WALLY
source "${dir}"/../wally-environment-check.sh "--no-args"
source "${dir}"/../wally-environment-check.sh
fi
# Create python virtual environment so the python command targets desired version of python