Skip to content

Commit

Permalink
fix: revert typo in configuration paths
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Barreau <adrien.barreau@ovhcloud.com>
  • Loading branch information
deathiop committed Sep 1, 2023
1 parent 0065a46 commit f947af2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ module github.com/ovh/go-ovh
go 1.18

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/jarcoal/httpmock v1.3.0
github.com/maxatome/go-testdeep v1.12.0
github.com/stretchr/testify v1.8.2 // indirect
gopkg.in/ini.v1 v1.67.0
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/stretchr/testify v1.8.2 // indirect
retract (
v1.4.1 // Configuration fetch from wrong folder
v1.4.0 // Configuration fetch from wrong folder
)
2 changes: 1 addition & 1 deletion ovh/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

var configPaths = []string{
// System wide configuration
"/etc/ovh.com",
"/etc/ovh.conf",
// Configuration in user's home
"~/.ovh.conf",
// Configuration in local folder
Expand Down

0 comments on commit f947af2

Please sign in to comment.