1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-26 16:56:02 +02:00

fix typo in registry list

This commit is contained in:
Matti Paksula 2017-11-02 14:20:07 +02:00 committed by GitHub
parent c70270d38e
commit a114ad36c0
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{