aboutsummaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.c')
-rw-r--r--src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.c b/src/lib.c
index d19f956..f752a45 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -2026,7 +2026,7 @@ static int repo_tarballs_refs_each(
goto cleanup;
}
- if (tarzify(out)) {
+ if (write_tarball_from_directory(out)) {
ret = -1;
goto cleanup;
}