Skip to content

Commit df70bfe

Browse files
fix deploy script for --user (alshedivat#994)
Fixes alshedivat#820. Explanation: alshedivat#969 (comment)
1 parent f1eb160 commit df70bfe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/deploy

-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ while [[ $# > 0 ]]; do
1818
exit 0
1919
;;
2020
-u|--user)
21-
SRC_BRANCH="source"
22-
DEPLOY_BRANCH="master"
2321
;;
2422
-s|--src)
2523
SRC_BRANCH="$2"

0 commit comments

Comments
 (0)