Fixed error message

This commit is contained in:
tastytea 2018-06-15 03:12:02 +02:00
parent 5adaef9bec
commit e2f3bf3e05
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ main()
else
echo "ERROR: no config file found in ${cfg}" >&2
echo "Create it with the contents: token=<your token>" >&2
echo " instance=<your instance>" >&2
exit 1
fi