1
0
mirror of https://github.com/drone/drone-cli.git synced 2024-11-23 01:11:57 +01:00

Fix typo in pipeline option description

This commit is contained in:
Don 2018-10-09 15:50:38 -07:00 committed by GitHub
parent a3c800db8a
commit 5bcbd11a01
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -42,7 +42,7 @@ var Command = cli.Command{
Flags: []cli.Flag{
cli.StringFlag{
Name: "pipeline",
Usage: "Name of the pipelie to execute",
Usage: "Name of the pipeline to execute",
},
cli.StringSliceFlag{
Name: "include",