diff --git a/config/init.go b/config/init.go index 3367abc..0cf6e4c 100644 --- a/config/init.go +++ b/config/init.go @@ -45,4 +45,8 @@ func Setup() { AuthorizedScopes: authorizedScopes, } } + if ok1 || ok2 { + fmt.Println("Either ClientID or Access Token not set") + os.Exit(1) + } }