We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0065a46 + 5d01a41 commit a1158c3Copy full SHA for a1158c3
go.mod
@@ -12,3 +12,8 @@ require (
12
github.com/davecgh/go-spew v1.1.1 // indirect
13
github.com/stretchr/testify v1.8.2 // indirect
14
)
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
@@ -11,7 +11,7 @@ import (
11
var configPaths = []string{
// System wide configuration
- "/etc/ovh.com",
+ "/etc/ovh.conf",
// Configuration in user's home
"~/.ovh.conf",
// Configuration in local folder
0 commit comments