From 9fdbfe3875cbadeb9b99886791b0b9526a11a08a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 22 Aug 2021 13:30:37 -0300 Subject: re 's/write_tarball_from_directory/tarball_write_from_directory/g' --- src/lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib.c') 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; } -- cgit v1.2.3