mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 18:13:08 +00:00
Update server.go
typo
This commit is contained in:
@@ -69,8 +69,8 @@ var serverCmd = cli.Command{
|
||||
Value: ".drone.yml",
|
||||
},
|
||||
cli.DurationFlag{
|
||||
EnvVar: "DRONE_CACHE_TTY",
|
||||
Name: "cache-tty",
|
||||
EnvVar: "DRONE_CACHE_TTL",
|
||||
Name: "cache-ttl",
|
||||
Usage: "cache duration",
|
||||
Value: time.Minute * 15,
|
||||
},
|
||||
|
Reference in New Issue
Block a user