Skip to content

Commit

Permalink
fix deploy script for --user (alshedivat#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar authored and GeorgeVern committed Feb 1, 2023
1 parent 3b6d9fa commit 06c98a6
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 06c98a6

Please sign in to comment.