^
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
|
wait
|
||||||
set -x
|
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
|
||||||
|
|
Loading…
Reference in a new issue