File tree 1 file changed +2
-2
lines changed
packages/angular-cli/utilities
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ if type complete &>/dev/null; then
30
30
ng) opts=$ng_opts ;;
31
31
b|build) opts=$build_opts ;;
32
32
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 ;;
34
34
h|help|-h|--help) opts=$help_opts ;;
35
35
init) opts=$init_opts ;;
36
36
new) opts=$new_opts ;;
@@ -58,7 +58,7 @@ elif type compctl &>/dev/null; then
58
58
ng) opts=$ng_opts ;;
59
59
b|build) opts=$build_opts ;;
60
60
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 ;;
62
62
h|help|-h|--help) opts=$help_opts ;;
63
63
init) opts=$init_opts ;;
64
64
new) opts=$new_opts ;;
You can’t perform that action at this time.
0 commit comments