Fix env name

This commit is contained in:
Harry Walter 2016-02-16 11:35:32 +00:00
parent ac7375a1da
commit a74bc9b1b8

View file

@ -63,7 +63,7 @@ func main() {
cli.BoolFlag{
Name: "no-restart",
Usage: "do not restart containers",
EnvVar: "WATCHTOWER_NO_PULL",
EnvVar: "WATCHTOWER_NO_RESTART",
},
cli.BoolFlag{
Name: "cleanup",