Skip to content

Commit

Permalink
test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hela Drira committed May 4, 2017
1 parent b16cc79 commit 86b401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsphere-influxdb.go
Expand Up @@ -632,7 +632,7 @@ func main() {

stdlog.Println("Starting :", path.Base(os.Args[0]))
// read the configuration
file, err := os.Open("/etc/" + path.Base(os.Args[0]) + ".json")
file, err := os.Open(path.Base(os.Args[0]) + ".json")
if err != nil {
errlog.Println("Could not open configuration file")
errlog.Println(err)
Expand Down

0 comments on commit 86b401f

Please sign in to comment.