Skip to content

Commit a1158c3

Browse files
authored
Merge pull request #72 from deathiop/71-config
fix: revert typo in configuration paths
2 parents 0065a46 + 5d01a41 commit a1158c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

go.mod

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ require (
1212
github.com/davecgh/go-spew v1.1.1 // indirect
1313
github.com/stretchr/testify v1.8.2 // indirect
1414
)
15+
16+
retract (
17+
v1.4.1 // Configuration fetch from wrong folder
18+
v1.4.0 // Configuration fetch from wrong folder
19+
)

ovh/configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
var configPaths = []string{
1313
// System wide configuration
14-
"/etc/ovh.com",
14+
"/etc/ovh.conf",
1515
// Configuration in user's home
1616
"~/.ovh.conf",
1717
// Configuration in local folder

0 commit comments

Comments
 (0)