Skip to content

Commit

Permalink
fix deploy script for --user (#994)
Browse files Browse the repository at this point in the history
Fixes #820.

Explanation:
#969 (comment)
  • Loading branch information
rohandebsarkar authored Nov 19, 2022
1 parent f1eb160 commit df70bfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do
exit 0
;;
-u|--user)
SRC_BRANCH="source"
DEPLOY_BRANCH="master"
;;
-s|--src)
SRC_BRANCH="$2"
Expand Down

0 comments on commit df70bfe

Please sign in to comment.