From 517cc1d83bb00da0c63b89633d7d44c0d8544265 Mon Sep 17 00:00:00 2001 From: Razvan Azamfirei Date: Mon, 12 Jun 2023 14:30:56 -0400 Subject: [PATCH] Update parser.go --- config/parser.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/parser.go b/config/parser.go index 8f5fe4d..b826483 100644 --- a/config/parser.go +++ b/config/parser.go @@ -319,8 +319,6 @@ func (parser ConfigParser) getExistingConfigFile() (*string, error) { os.Getenv("GH_DASH_CONFIG"), // If GH_DASH_CONFIG is empty, the os.Stat call fails filepath.Join(xdgConfigDir, DashDir, ConfigYmlFileName), filepath.Join(xdgConfigDir, DashDir, ConfigYamlFileName), - filepath.Join(userConfigDir, DashDir, ConfigYmlFileName), - filepath.Join(userConfigDir, DashDir, ConfigYamlFileName), } // Check if each config file exists, return the first one that does