Skip to content

Commit

Permalink
Pass argument to catalog command.
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Jul 27, 2018
1 parent 9eaf15f commit 51e8f6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion for-all-boosters.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,8 @@ case "$subcommand" in
log_failed "The dry-run option is not supported for the release command"
exit 1
fi
cmd="release"
shift
cmd="release ${1}"
branches=( "master" )
echo -e "${YELLOW}== Release only works on the '${BLUE}master${YELLOW}' branch, disregarding any branch set by -b option ==${NC}"
echo
Expand Down

0 comments on commit 51e8f6a

Please sign in to comment.