home/wm: remove trailing parenthesis
This commit is contained in:
parent
5578acee4e
commit
6485c3b9fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue