Skip to content

Commit

Permalink
Do not stomp on ruby config file
Browse files Browse the repository at this point in the history
  • Loading branch information
mikegehard committed Aug 24, 2013
1 parent fdb7d87 commit b8ef7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exercism/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"
)

const FILENAME = ".exercism"
const FILENAME = ".exercism.go"

func ConfigFromFile(dir string) (c Config, err error) {
bytes, err := ioutil.ReadFile(configFilename(dir))
Expand Down

0 comments on commit b8ef7e7

Please sign in to comment.