We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71909da commit 046563eCopy full SHA for 046563e
1 file changed
cmd/gorepomod/internal/arguments/args.go
@@ -148,8 +148,6 @@ func newArgs() *myArgs {
148
result.localFlag = true
149
} else if strings.HasPrefix(a, releaseBranchFlag+"=") {
150
result.releaseBranch = strings.TrimPrefix(a, releaseBranchFlag+"=")
151
- } else if a == releaseBranchFlag {
152
- result.args = append(result.args, a)
153
} else {
154
result.args = append(result.args, a)
155
}
0 commit comments