Skip to content

Commit

Permalink
Merge pull request #72 from deathiop/71-config
Browse files Browse the repository at this point in the history
fix: revert typo in configuration paths
  • Loading branch information
deathiop authored Sep 1, 2023
2 parents 0065a46 + 5d01a41 commit a1158c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ 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 a1158c3

Please sign in to comment.