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 31e3ef3 commit 50acf6eCopy full SHA for 50acf6e
internal/librarian/flags.go
@@ -83,7 +83,7 @@ func addFlagPush(fs *flag.FlagSet, cfg *config.Config) {
83
fs.BoolVar(&cfg.Push, "push", false,
84
`If true, Librarian will create a commit and a pull request for the changes.
85
A GitHub token with push access must be provided via the
86
-SDK_LIBRARIAN_GITHUB_TOKEN environment variable.`)
+LIBRARIAN_GITHUB_TOKEN environment variable.`)
87
}
88
89
func addFlagRepo(fs *flag.FlagSet, cfg *config.Config) {
0 commit comments