Skip to content

Commit

Permalink
Merge pull request #404 from eriksjolund/fix-error-message
Browse files Browse the repository at this point in the history
mkcomposefs: Fix error message
  • Loading branch information
cgwalters authored Jan 2, 2025
2 parents 14ad6b9 + bfb2862 commit fad6846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/mkcomposefs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,7 @@ int main(int argc, char **argv)
err(EXIT_FAILURE, "error accessing %s", failed_path);

if (compute_digest(threads, root, src_path, buildflags) < 0)
err(EXIT_FAILURE, "error computing digest %s", failed_path);
err(EXIT_FAILURE, "error computing digest");

if (digest_store_path &&
fill_store(threads, root, src_path, digest_store_path) < 0)
Expand Down

0 comments on commit fad6846

Please sign in to comment.