diff --git a/deploy.sh b/deploy.sh index b72aa52..74812f9 100644 --- a/deploy.sh +++ b/deploy.sh @@ -431,7 +431,7 @@ wait # Was the -v (version) option used? if [ "vOPT" = "true" ] || [ "$VERSION" != "" ]; then # Checkout the specified version - sudo -u $UN git checkout $VERSION + sudo -u $UN git checkout tags/$VERSION wait fi #sudo -u $UN cp $HD/django/saleor/asgi.py $HD/saleor/saleor/