Skip to content

Commit

Permalink
refactor: improve print message in command_update_linuxgsm.sh
Browse files Browse the repository at this point in the history
The code change refactors the print message in the command_update_linuxgsm.sh file. Instead of printing "OK", it now prints "SKIP" to indicate that a module is being removed. This improves clarity and consistency in the script's output.
  • Loading branch information
dgibbs64 committed Sep 27, 2023
1 parent d779fae commit 5d006bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lgsm/modules/command_update_linuxgsm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ if [ -n "${modulesdir}" ]; then
fn_script_log_fatal "Removing module ${modulefile}"
core_exit.sh
else
fn_print_ok_eol_nl
fn_print_skip_eol_nl
fn_script_log_pass "Removing module ${modulefile}"
fi
else
Expand Down

0 comments on commit 5d006bd

Please sign in to comment.