^
This commit is contained in:
parent
062b30fc57
commit
d03cc1acfd
1 changed files with 1 additions and 1 deletions
|
@ -603,7 +603,7 @@ 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
|
||||
wait
|
||||
|
|
Loading…
Reference in a new issue