summaryrefslogtreecommitdiff
path: root/lib/backup/builds.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backup/builds.rb')
-rw-r--r--lib/backup/builds.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup/builds.rb b/lib/backup/builds.rb
index 9746d24..f2c1be8 100644
--- a/lib/backup/builds.rb
+++ b/lib/backup/builds.rb
@@ -30,7 +30,7 @@ module Backup
# default behavior of tar is to talk to a tape device instead of
# stdin/stdout.
system(
- *%W(tar -C #{app_builds_dir} -xzf - -- .),
+ *%W(tar -C #{app_builds_dir} -xzf -),
in: backup_builds_tarball
)
end