Skip to content

Commit

Permalink
Missed a double semi-colon at the end of gh-pages:deploy, caught by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
catull authored and Brocco committed Oct 19, 2016
1 parent 2a17abf commit b9bab1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/angular-cli/utilities/completion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if type complete &>/dev/null; then
ng) opts=$ng_opts ;;
b|build) opts=$build_opts ;;
g|generate) opts=$generate_opts ;;
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts ;;
h|help|-h|--help) opts=$help_opts ;;
init) opts=$init_opts ;;
new) opts=$new_opts ;;
Expand Down Expand Up @@ -58,7 +58,7 @@ elif type compctl &>/dev/null; then
ng) opts=$ng_opts ;;
b|build) opts=$build_opts ;;
g|generate) opts=$generate_opts ;;
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts
gh-pages:deploy|github-pages:deploy) opts=$github_pages_deploy_opts ;;
h|help|-h|--help) opts=$help_opts ;;
init) opts=$init_opts ;;
new) opts=$new_opts ;;
Expand Down

0 comments on commit b9bab1d

Please sign in to comment.