1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-11-24 08:02:18 +02:00

Fix disable update check flag name (#3412)

This commit is contained in:
Anbraten 2024-02-19 10:04:55 +01:00 committed by GitHub
parent 30b92edc99
commit cee890d359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",
},