From e2f3bf3e051f8b3f2fd748f0f6a93a27b2bd43c3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 15 Jun 2018 03:12:02 +0200 Subject: [PATCH] Fixed error message --- sudobot | 1 + 1 file changed, 1 insertion(+) diff --git a/sudobot b/sudobot index c8aa478..f6ae688 100755 --- a/sudobot +++ b/sudobot @@ -41,6 +41,7 @@ main() else echo "ERROR: no config file found in ${cfg}" >&2 echo "Create it with the contents: token=" >&2 + echo " instance=" >&2 exit 1 fi