mirror of
https://github.com/harness/drone.git
synced 2025-05-21 11:29:52 +08:00
Merge pull request #1666 from MirrorZ/master
Invoke repoAdd on repo add command
This commit is contained in:
commit
ecc2728d9f
@ -11,7 +11,7 @@ var repoAddCmd = cli.Command{
|
||||
Name: "add",
|
||||
Usage: "add a repository",
|
||||
Action: func(c *cli.Context) {
|
||||
if err := repoRemove(c); err != nil {
|
||||
if err := repoAdd(c); err != nil {
|
||||
log.Fatalln(err)
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user