home/wm: remove trailing parenthesis

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-15 11:18:44 +03:00
parent 5578acee4e
commit 6485c3b9fb
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 1 additions and 1 deletions

View File

@ -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