Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhu committed Jun 13, 2019
1 parent f411bae commit 9064de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (configor *Configor) getConfigurationFiles(files ...string) ([]string, map[
if !configor.Silent {
fmt.Printf("Failed to find configuration %v, using example file %v\n", file, example)
}
resultKeys = append(resultKeys, file)
resultKeys = append(resultKeys, example)
results[example] = modTime
} else if !configor.Silent {
fmt.Printf("Failed to find configuration %v\n", file)
Expand Down

0 comments on commit 9064de4

Please sign in to comment.