Skip to content

Commit

Permalink
Fix typo for community link flag (#7853)
Browse files Browse the repository at this point in the history
  • Loading branch information
zolution authored Nov 6, 2024
1 parent 950e4dc commit 2fcc4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/static/static.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ var (
invocationLogStreamingEnabled = flag.Bool("app.invocation_log_streaming_enabled", false, "If set, the UI will stream invocation logs instead of polling.")
targetFlakesUIEnabled = flag.Bool("app.target_flakes_ui_enabled", false, "If set, show some fancy new features for analyzing flakes.")
bazelButtonsEnabled = flag.Bool("app.bazel_buttons_enabled", false, "If set, show remote bazel buttons in the UI.")
communityLinksEnabled = flag.Bool("app.community_links_enabed", true, "If set, show links to BuildBuddy community in the UI.")
communityLinksEnabled = flag.Bool("app.community_links_enabled", true, "If set, show links to BuildBuddy community in the UI.")

jsEntryPointPath = flag.String("js_entry_point_path", "/app/app_bundle/app.js?hash={APP_BUNDLE_HASH}", "Absolute URL path of the app JS entry point")
disableGA = flag.Bool("disable_ga", false, "If true; ga will be disabled")
Expand Down

0 comments on commit 2fcc4ee

Please sign in to comment.