From 6485c3b9fb9de8a235c1a42c8ddf717f27a55c84 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Thu, 15 Jun 2023 11:18:44 +0300 Subject: [PATCH] home/wm: remove trailing parenthesis --- home/modules/window_manager/scripts/exchangerate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/modules/window_manager/scripts/exchangerate.sh b/home/modules/window_manager/scripts/exchangerate.sh index 8bd0d99..2eec9f6 100755 --- a/home/modules/window_manager/scripts/exchangerate.sh +++ b/home/modules/window_manager/scripts/exchangerate.sh @@ -29,7 +29,7 @@ curl_exchangerate () { res=($(curl_cbr)) if [ -z "$res" ]; then text="NO DATA" - echo "%{F@error@}${text}%{F-})" + echo "%{F@error@}${text}%{F-}" exit 0 fi