Skip to content

Commit

Permalink
Always normalizing the branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Mar 21, 2021
1 parent 5886ec8 commit a283f80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/promote.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ var promoteCmd = &cobra.Command{
if err != nil {
return err
}
branch = NormalizeBranchName(branch)
build, err := cmd.Flags().GetString("build")
if err != nil {
return err
Expand Down

0 comments on commit a283f80

Please sign in to comment.