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 filipesilva committed Oct 9, 2016
1 parent de3c275 commit a66c8cc
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 a66c8cc

Please sign in to comment.