Skip to content

Commit

Permalink
Update libroot.c
Browse files Browse the repository at this point in the history
  • Loading branch information
roothider committed May 20, 2024
1 parent 7c4e3b2 commit 1c8cf36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages/libroot/libroot.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ __attribute__((constructor)) static void initializer(void)

const char *libroot_get_root_prefix(void)
{
return "/rootfs/";
return "/rootfs";
}

const char *libroot_get_jbroot_prefix(void)
Expand Down

0 comments on commit 1c8cf36

Please sign in to comment.