diff options
| author | Jeff Carr <[email protected]> | 2025-10-27 15:04:03 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-27 15:04:03 -0500 |
| commit | 368d9060cb9edc5485b007a2ca247fb822564049 (patch) | |
| tree | 0fe208869d306d0dde22a65aec83e9c4070d5f7a /subCommand.go | |
| parent | ac81e470cfecaf8387ff621bd36ced28e56ee3fc (diff) | |
more cache things
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 { |
