_msg: Add forgotten close for case

This commit is contained in:
Stig-Ørjan Smelror 2024-02-06 09:54:10 +01:00
parent 7789b060df
commit 95df8e4c75

1
qsgen2
View File

@ -148,6 +148,7 @@ function _msg() {
;;
main)
echo "${white_bg}${green} ${2} ${end}"
;;
*)
echo "${2}"
;;