Skip to content

Commit

Permalink
fixup! Add --overlay and related options
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Hendrickson <[email protected]>
  • Loading branch information
rhendric committed Apr 23, 2024
1 parent 06bf460 commit 15eb0b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bubblewrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1168,8 +1168,8 @@ privileged_op (int privileged_op_socket,
die ("Can't make overlay mount on %s with options %s: "
"Overlay directories may not overlap",
arg2, arg1);
die_with_error ("Can't make overlay mount on %s with options %s",
arg2, arg1);
die_with_mount_error ("Can't make overlay mount on %s with options %s",
arg2, arg1);
}
break;

Expand Down

0 comments on commit 15eb0b5

Please sign in to comment.