aboutsummaryrefslogtreecommitdiff
path: root/src/lib.c
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-22 13:30:37 -0300
committerEuAndreh <eu@euandre.org>2021-08-22 13:30:37 -0300
commit9fdbfe3875cbadeb9b99886791b0b9526a11a08a (patch)
tree988dc0a5ce4d50c91bec5786e19cc87e5bc42a20 /src/lib.c
parentsrc/: s/tarzify/tarball_write_from_directory/g (diff)
downloadgistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.gz
gistatic-9fdbfe3875cbadeb9b99886791b0b9526a11a08a.tar.xz
re 's/write_tarball_from_directory/tarball_write_from_directory/g'
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 f752a45..4912a96 100644
--- a/src/lib.c
+++ b/src/lib.c
@@ -2026,7 +2026,7 @@ static int repo_tarballs_refs_each(
goto cleanup;
}
- if (write_tarball_from_directory(out)) {
+ if (tarball_write_from_directory(out)) {
ret = -1;
goto cleanup;
}