diff options
Diffstat (limited to 'src/lib.c')
-rw-r--r-- | src/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |