^
This commit is contained in:
parent
7b43a3f45a
commit
958695d7e1
1 changed files with 2 additions and 2 deletions
|
@ -603,9 +603,9 @@ cd $HD/saleor
|
|||
wait
|
||||
set -x
|
||||
# Was the -v (version) option used?
|
||||
if [ "vOPT" = "true" || "$VERSION" != "" ]; then
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue