Skip to content

Commit 82d4ce2

Browse files
Update cmd/github-mcp-server/main.go
Co-authored-by: Adam Holt <[email protected]>
1 parent 6c3c31a commit 82d4ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/github-mcp-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func init() {
8686
_ = viper.BindPFlag("enable-command-logging", rootCmd.PersistentFlags().Lookup("enable-command-logging"))
8787
_ = viper.BindPFlag("export-translations", rootCmd.PersistentFlags().Lookup("export-translations"))
8888
_ = viper.BindPFlag("host", rootCmd.PersistentFlags().Lookup("gh-host"))
89-
_ = viper.BindPFlag("content_window_size", rootCmd.PersistentFlags().Lookup("content-window-size"))
89+
_ = viper.BindPFlag("content-window-size", rootCmd.PersistentFlags().Lookup("content-window-size"))
9090

9191
// Add subcommands
9292
rootCmd.AddCommand(stdioCmd)

0 commit comments

Comments
 (0)