This commit is contained in:
Vague Rabbit 2021-02-09 19:05:26 -08:00
parent 958695d7e1
commit c8c189c505

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