From df70bfe57cfd6797e85b635dc6bb4716ee6517de Mon Sep 17 00:00:00 2001 From: Rohan Deb Sarkar Date: Sun, 20 Nov 2022 01:15:42 +0530 Subject: [PATCH] fix deploy script for `--user` (#994) Fixes #820. Explanation: https://github.com/alshedivat/al-folio/discussions/969#discussioncomment-4180959 --- bin/deploy | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/deploy b/bin/deploy index 2953d78..6797268 100755 --- a/bin/deploy +++ b/bin/deploy @@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do exit 0 ;; -u|--user) - SRC_BRANCH="source" - DEPLOY_BRANCH="master" ;; -s|--src) SRC_BRANCH="$2"