guillaumeboehm / wal-telegram

A bash script that generates themes for Telegram based on an arbitrary 16-colors palette or by sourcing the colors generated by pywal/wal.
MIT License
48 stars 9 forks source link

remove unnecessary braces #20

Closed hotaruma closed 1 year ago

hotaruma commented 1 year ago

If the $blur variable is empty, it will be treated as an empty string, which may cause the script to fail.

guillaumeboehm commented 1 year ago

Good catch thanks for the PR