mirror of
https://github.com/harness/drone.git
synced 2025-05-10 05:01:41 +08:00
Update server.go
typo
This commit is contained in:
parent
17e5eb5036
commit
965347e9d5
@ -69,8 +69,8 @@ var serverCmd = cli.Command{
|
|||||||
Value: ".drone.yml",
|
Value: ".drone.yml",
|
||||||
},
|
},
|
||||||
cli.DurationFlag{
|
cli.DurationFlag{
|
||||||
EnvVar: "DRONE_CACHE_TTY",
|
EnvVar: "DRONE_CACHE_TTL",
|
||||||
Name: "cache-tty",
|
Name: "cache-ttl",
|
||||||
Usage: "cache duration",
|
Usage: "cache duration",
|
||||||
Value: time.Minute * 15,
|
Value: time.Minute * 15,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user