if configLocation == "" {
        // find config file
        path, err := config.FindConfig()
        if err != nil {
            if errors.Is(err, config.ErrConfigNotFound) {