^
This commit is contained in:
parent
958695d7e1
commit
c8c189c505
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ fi
|
|||
# Make sure we're in the project root directory
|
||||
cd saleor-dashboard
|
||||
# Was the -v (version) option used?
|
||||
if [ "vOPT" = "true" || $VERSION = "" ]; then
|
||||
if [ "vOPT" = "true" ] || [ "$VERSION" = "" ]; then
|
||||
sudo -u $UN git checkout $VERSION
|
||||
fi
|
||||
# Install dependancies
|
||||
|
|
Loading…
Reference in a new issue