Skip to content

Commit

Permalink
Fix disable update check flag name (#3412)
Browse files Browse the repository at this point in the history
  • Loading branch information
anbraten authored Feb 19, 2024
1 parent 30b92ed commit cee890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/common/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var GlobalFlags = append([]cli.Flag{
Usage: "server address",
},
&cli.BoolFlag{
EnvVars: []string{"DISABLE_UPDATE_CHECK"},
EnvVars: []string{"WOODPECKER_DISABLE_UPDATE_CHECK"},
Name: "disable-update-check",
Usage: "disable update check",
},
Expand Down

0 comments on commit cee890d

Please sign in to comment.