aboutsummaryrefslogtreecommitdiffhomepage
path: root/helper/stub.go
diff options
context:
space:
mode:
Diffstat (limited to 'helper/stub.go')
-rw-r--r--helper/stub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/stub.go b/helper/stub.go
index bd0e1b52..852930fb 100644
--- a/helper/stub.go
+++ b/helper/stub.go
@@ -25,7 +25,7 @@ func InternalHelperStub() {
sp = v
}
- genericStub(flagRestoreFiles(3, ap, sp))
+ genericStub(flagRestoreFiles(1, ap, sp))
os.Exit(0)
}