Skip to content

Commit 301fea8

Browse files
stainless-app[bot]yjp20
authored andcommitted
fix: fix for default flag values
1 parent 838c2f2 commit 301fea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/projectbranch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ var projectsBranchesRebase = cli.Command{
108108
Name: "base",
109109
Usage: `The branch or commit SHA to rebase onto. Defaults to "main".`,
110110
Value: requestflag.Value[string]("main"),
111-
DefaultText: "main",
111+
DefaultText: requestflag.Value[string]("main"),
112112
Config: requestflag.RequestConfig{
113113
QueryPath: "base",
114114
},

0 commit comments

Comments
 (0)