Commit 47055941 authored by Matteo Suppo's avatar Matteo Suppo

Fix path of default config

parent 01731605
...@@ -49,7 +49,7 @@ func getDefaultConfigFilePath() *paths.Path { ...@@ -49,7 +49,7 @@ func getDefaultConfigFilePath() *paths.Path {
panic(fmt.Errorf("unsupported OS: %s", runtime.GOOS)) panic(fmt.Errorf("unsupported OS: %s", runtime.GOOS))
} }
return arduinoDataDir return arduinoDataDir.Join("arduino-cli.yaml")
} }
func getDefaultArduinoDataDir() (*paths.Path, error) { func getDefaultArduinoDataDir() (*paths.Path, error) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment