summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 6ac2a80..7895c6d 100644
--- a/main.go
+++ b/main.go
@@ -81,7 +81,7 @@ func main() {
if err != nil {
badExit(err)
}
- if err = applyPatches(pset); err == nil {
+ if err = applyPatchset(pset); err == nil {
okExit("applied patch ok")
}
badExit(err)