^
This commit is contained in:
parent
d03cc1acfd
commit
7b43a3f45a
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ set -x
|
||||||
# Was the -v (version) option used?
|
# Was the -v (version) option used?
|
||||||
if [ "vOPT" = "true" || "$VERSION" != "" ]; then
|
if [ "vOPT" = "true" || "$VERSION" != "" ]; then
|
||||||
# Checkout the specified version
|
# Checkout the specified version
|
||||||
sudo -u $UN git checkout $VERSION
|
sudo -u $UN git checkout "$VERSION"
|
||||||
wait
|
wait
|
||||||
fi
|
fi
|
||||||
source $HD/env/saleor/bin/activate
|
source $HD/env/saleor/bin/activate
|
||||||
|
|
Loading…
Reference in a new issue