From 9fbc9296806fd0bfb078a58ffb07be660fcf63c8 Mon Sep 17 00:00:00 2001 From: Lucas Wagler Date: Fri, 30 Jul 2021 16:22:53 -0400 Subject: [PATCH] Fix spelling: "Monterey" in installer script Capitalize & add missing "e". --- lib-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-install.sh b/lib-install.sh index be2d1e2..f212ce1 100755 --- a/lib-install.sh +++ b/lib-install.sh @@ -775,7 +775,7 @@ customize_theme() { # Change panel font color if [[ "${monterey}" == 'true' ]]; then black_font="true" - prompt -s "Changing to montery style ..." + prompt -s "Changing to Monterey style ..." sed $SED_OPT "/\$monterey/s/false/true/" "${THEME_SRC_DIR}/sass/_theme-options-temp.scss" sed $SED_OPT "/\$panel_opacity/s/0.15/0.5/" "${THEME_SRC_DIR}/sass/_theme-options-temp.scss" fi