Skip to content
This repository was archived by the owner on Jul 21, 2022. It is now read-only.

Commit 8df7aa3

Browse files
catullBrocco
authored andcommitted
Missed a double semi-colon at the end of gh-pages:deploy, caught by @anisabboud (angular#2604)
1 parent a48bab9 commit 8df7aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: packages/angular-cli/utilities/completion.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ if type complete &>/dev/null; then
3030
ng) opts=$ng_opts ;;
3131
b|build) opts=$build_opts ;;
3232
g|generate) opts=$generate_opts ;;
33-
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts
33+
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts ;;
3434
h|help|-h|--help) opts=$help_opts ;;
3535
init) opts=$init_opts ;;
3636
new) opts=$new_opts ;;
@@ -58,7 +58,7 @@ elif type compctl &>/dev/null; then
5858
ng) opts=$ng_opts ;;
5959
b|build) opts=$build_opts ;;
6060
g|generate) opts=$generate_opts ;;
61-
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts
61+
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts ;;
6262
h|help|-h|--help) opts=$help_opts ;;
6363
init) opts=$init_opts ;;
6464
new) opts=$new_opts ;;

0 commit comments

Comments
 (0)