Skip to content

Commit

Permalink
add sysconf message operation
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed Nov 17, 2024
1 parent a4b5ffe commit 74c2418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations/utility/sysconf.vala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ private static int sysconf_main (string[] args) {
}
save_env();
clear_env();
print (colorize (_ ("Running sysconf:"), yellow) + get_value ("OPERATION"));
print (colorize (_ ("Running sysconf:"), yellow) + " " + get_value ("OPERATION"));
setenv("PATH","/sbin:/bin:/usr/sbin:/usr/bin", 1);

if (get_value ("OPERATION") != "install" && get_value ("OPERATION") != "remove") {
Expand Down

0 comments on commit 74c2418

Please sign in to comment.