Skip to content

Commit

Permalink
Change config dir to /config getgauge/gauge#716.
Browse files Browse the repository at this point in the history
  • Loading branch information
BugDiver committed Jul 18, 2017
1 parent e73c449 commit 2b2fd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func FindFilesInDir(dirPath string, isValidFile func(path string) bool, shouldSk
func GetConfigurationDir() (string, error) {
gaugeHome := os.Getenv(GaugeHome)
if gaugeHome != "" {
return gaugeHome, nil
return filepath.Join(gaugeHome, config), nil
}

// TODO: Should be removed
Expand Down

0 comments on commit 2b2fd29

Please sign in to comment.