Skip to content

Commit

Permalink
bootctl: fix code comment
Browse files Browse the repository at this point in the history
(cherry picked from commit 52c7727)
  • Loading branch information
aafeijoo-suse authored and bluca committed Nov 9, 2023
1 parent 124a33a commit 6ea38d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/boot/bootctl-install.c
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ int verb_remove(int argc, char *argv[], void *userdata) {
int verb_is_installed(int argc, char *argv[], void *userdata) {
int r;

r = acquire_esp(/* privileged_mode= */ false,
r = acquire_esp(/* unprivileged_mode= */ false,
/* graceful= */ arg_graceful,
NULL, NULL, NULL, NULL, NULL);
if (r < 0)
Expand Down

0 comments on commit 6ea38d0

Please sign in to comment.