fix deploy script for --user (#994)

Fixes #820.

Explanation:
https://github.com/alshedivat/al-folio/discussions/969#discussioncomment-4180959
This commit is contained in:
Rohan Deb Sarkar 2022-11-20 01:15:42 +05:30 committed by GitHub
parent f1eb1602a3
commit df70bfe57c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do
exit 0
;;
-u|--user)
SRC_BRANCH="source"
DEPLOY_BRANCH="master"
;;
-s|--src)
SRC_BRANCH="$2"