1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-09-22 20:01:45 +02:00

Merge pull request #18 from gtaylor/patch-1

Quick spelling fix so I don't get all OCD
This commit is contained in:
Brad Rydzewski 2016-01-12 13:16:27 -08:00
commit 87b0b67349

View File

@ -41,7 +41,7 @@ var MachineCmd = cli.Command{
cli.StringFlag{
EnvVar: "DOCKER_HOST",
Name: "docker-host",
Usage: "docker deamon address",
Usage: "docker daemon address",
Value: "",
},
cli.BoolFlag{