commit bf53aee2057942f421983637b78efd6dd4893eef parent acb499fca39d32ed0b6d2f3f7aa65af9b09cfee8 Author: Frederic Cambus <fred@statdns.com> Date: Wed, 29 May 2019 22:45:24 +0200 Remove space before percent sign for humidity display. Diffstat:
M | ansiweather | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ansiweather b/ansiweather @@ -405,7 +405,7 @@ else if [ "$show_humidity" = true ] then - output="$output$dashes$text $humidity_text $delimiter$data $humidity %% " + output="$output$dashes$text $humidity_text $delimiter$data $humidity%% " fi if [ "$show_pressure" = true ]