1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-06-05 21:46:02 +02:00

Merge pull request #71 from matti/patch-1

fix typo in registry list
This commit is contained in:
Brad Rydzewski 2018-01-19 00:35:05 -08:00 committed by GitHub
commit 9bc2abf718
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ import (
var registryListCmd = cli.Command{
Name: "ls",
Usage: "list regitries",
Usage: "list registries",
ArgsUsage: "[repo/name]",
Action: registryList,
Flags: []cli.Flag{