removed deprecated cli variable
This commit is contained in:
parent
4e9ada0dff
commit
6fffa7af26
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ var SecretCmd = cli.Command{
|
|||
Name: "add",
|
||||
Usage: "add a secret",
|
||||
ArgsUsage: "[repo] [key] [value]",
|
||||
UsageText: "foo",
|
||||
Action: func(c *cli.Context) {
|
||||
if err := secretAdd(c); err != nil {
|
||||
log.Fatalln(err)
|
||||
|
|
Loading…
Reference in a new issue