Skip to content

Commit 50acf6e

Browse files
authored
fix(internal/librarian): report the correct missing environment variable (#1962)
Fixes #1961
1 parent 31e3ef3 commit 50acf6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/librarian/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ func addFlagPush(fs *flag.FlagSet, cfg *config.Config) {
8383
fs.BoolVar(&cfg.Push, "push", false,
8484
`If true, Librarian will create a commit and a pull request for the changes.
8585
A GitHub token with push access must be provided via the
86-
SDK_LIBRARIAN_GITHUB_TOKEN environment variable.`)
86+
LIBRARIAN_GITHUB_TOKEN environment variable.`)
8787
}
8888

8989
func addFlagRepo(fs *flag.FlagSet, cfg *config.Config) {

0 commit comments

Comments
 (0)