Skip to content

Commit

Permalink
fix(repo): do not have default value for branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Nov 13, 2023
1 parent f0754d0 commit 368aa1b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion command/repo/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var CommandAdd = &cli.Command{
Name: "branch",
Aliases: []string{"b"},
Usage: "default branch for the repository",
Value: "main",
},
&cli.StringFlag{
EnvVars: []string{"VELA_LINK", "REPO_LINK"},
Expand Down
1 change: 0 additions & 1 deletion command/repo/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var CommandUpdate = &cli.Command{
Name: "branch",
Aliases: []string{"b"},
Usage: "default branch for the repository",
Value: "main",
},
&cli.StringFlag{
EnvVars: []string{"VELA_LINK", "REPO_LINK"},
Expand Down

0 comments on commit 368aa1b

Please sign in to comment.