mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-09 09:05:26 +00:00
Fix disable update check flag name (#3412)
This commit is contained in:
parent
30b92edc99
commit
cee890d359
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue