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))
|
res=($(curl_cbr))
|
||||||
if [ -z "$res" ]; then
|
if [ -z "$res" ]; then
|
||||||
text="NO DATA"
|
text="NO DATA"
|
||||||
echo "%{F@error@}${text}%{F-})"
|
echo "%{F@error@}${text}%{F-}"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue