diff options
Diffstat (limited to 'subCommand.go')
| -rw-r--r-- | subCommand.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subCommand.go b/subCommand.go index 7935d11..ce17401 100644 --- a/subCommand.go +++ b/subCommand.go @@ -54,11 +54,11 @@ func doSubcommand() (string, error) { } if argv.Add != nil { - doAdd() + s, err = doAdd() } if argv.Pull != nil { - doPull() + s, err = doPull() } if argv.Show != nil { |
