summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/doPatch.go b/doPatch.go
index c441b3e..59f1cf8 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -49,10 +49,6 @@ func doPatchList() error {
// log.Info("pset name =", pset.Name)
dumpPatchset(pset)
}
-
- // if err := savePatchsets(psets); err != nil {
- // return err
- // }
return nil
}
@@ -169,5 +165,9 @@ func doPatchGet() error {
// log.Info("pset name =", pset.Name)
dumpPatchset(pset)
}
+
+ if err := savePatchsets(psets); err != nil {
+ return err
+ }
return nil
}