refactor: error goes to stderr

This commit is contained in:
Harshith 2021-06-11 19:10:54 +05:30
parent b4d98eb249
commit 7f6d6db1b2

View File

@ -25,7 +25,7 @@ help_text () {
die () { die () {
printf "$c_red%s$c_reset\n" "$*" >&1 printf "$c_red%s$c_reset\n" "$*" >&2
exit 1 exit 1
} }