This commit is contained in:
Vague Rabbit 2021-02-09 20:24:49 -08:00
parent f807fdd02c
commit e1a68021c5

View file

@ -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