Skip to content

Commit

Permalink
Update parser.go
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei authored and dlvhdr committed Jun 14, 2023
1 parent b6b0443 commit 517cc1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/parser.go
Expand Up @@ -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
Expand Down

0 comments on commit 517cc1d

Please sign in to comment.