Make lang always lower

This commit is contained in:
Nick Chambers 2020-07-14 17:41:17 -05:00
parent 1d53988c9e
commit 791e5885ff
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ while (( $# )); do
shift
done
lang=${opts[lang]:-auto}
lang=${opts[lang]:-auto} lang=${lang,,}
expiry=${opts[expire]}
url=${opts[url]:-https://p.ahti.space/nanopaste-get.cgi}