diff --git a/cmd/gmailctl/cmd/root_cmd.go b/cmd/gmailctl/cmd/root_cmd.go index 3d15a0b..68ea68a 100644 --- a/cmd/gmailctl/cmd/root_cmd.go +++ b/cmd/gmailctl/cmd/root_cmd.go @@ -56,7 +56,7 @@ func init() { // initConfig reads in config file and ENV variables if set. func initConfig() { - if cfgDir == "" { + if cfgDir != "" { // Use config file from the flag. return }