Update bml.sh

added a `
This commit is contained in:
Inn
2021-04-30 22:36:48 +05:00
committed by GitHub
parent 8d0b2bfe66
commit cf1f30e346

2
bml.sh
View File

@ -10,7 +10,7 @@ COOKIE=~/.cache/bml-cli/cookie
CREDENTIALS=~/.config/bml-cli/.env
#Setting terminal output colors
red=`tput setaf 1
red=`tput setaf 1`
#errorred=`tput setaf 196`
#validgreen=`tput setaf 82`
green=`tput setaf 46`