This commit is contained in:
Vague Rabbit 2021-02-09 18:59:21 -08:00
parent d03cc1acfd
commit 7b43a3f45a

View file

@ -605,7 +605,7 @@ set -x
# Was the -v (version) option used?
if [ "vOPT" = "true" || "$VERSION" != "" ]; then
# Checkout the specified version
sudo -u $UN git checkout $VERSION
sudo -u $UN git checkout "$VERSION"
wait
fi
source $HD/env/saleor/bin/activate