Update server.go

typo
This commit is contained in:
leiiwang 2016-11-18 09:45:23 +08:00 committed by GitHub
parent 17e5eb5036
commit 965347e9d5

View file

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