^
This commit is contained in:
parent
f807fdd02c
commit
e1a68021c5
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