summaryrefslogtreecommitdiff
path: root/src/boot/bootctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/bootctl.c')
-rw-r--r--src/boot/bootctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/bootctl.c b/src/boot/bootctl.c
index d8de09cab5..f984c3050e 100644
--- a/src/boot/bootctl.c
+++ b/src/boot/bootctl.c
@@ -489,7 +489,7 @@ static int run(int argc, char *argv[]) {
return log_oom();
puts(path);
- return EXIT_SUCCESS;
+ return 0;
}
/* Open up and mount the image */