Skip to content

Commit

Permalink
Merge pull request #64 from exploide/cecho-verbosity
Browse files Browse the repository at this point in the history
Fixed colored echo of current verbosity level
  • Loading branch information
diego-treitos authored Apr 16, 2022
2 parents 172cef9 + 13db41f commit dddd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ lse_show_info() { #(
fi
cecho "${lblue}Architecture:${reset} $lse_arch\n"
echo
echo "${green}=====================(${yellow} Current Output Verbosity Level: ${cyan}$lse_level ${green})======================${reset}"
cecho "${green}=====================(${yellow} Current Output Verbosity Level: ${cyan}$lse_level ${green})======================${reset}"
echo
} #)
lse_serve() { #(
Expand Down

0 comments on commit dddd89d

Please sign in to comment.