summaryrefslogtreecommitdiff
path: root/run-bootstrap-in-chroot
diff options
context:
space:
mode:
Diffstat (limited to 'run-bootstrap-in-chroot')
-rwxr-xr-xrun-bootstrap-in-chroot2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-bootstrap-in-chroot b/run-bootstrap-in-chroot
index 80c00714..38685992 100755
--- a/run-bootstrap-in-chroot
+++ b/run-bootstrap-in-chroot
@@ -62,7 +62,7 @@ elif [ "$snapshot" = yes ]
then
if chroot "$dir" bash -x baserock-bootstrap yes
then
- if tar -C "$dir" -caf "$snapshotdir/pass1-snapshot.tar"
+ if tar -C "$dir" -caf "$snapshotdir/pass1-snapshot.tar" .
then
if chroot "$dir" bash -x baserock-bootstrap no
then