We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0173160 commit 4705594Copy full SHA for 4705594
configs/directories.go
@@ -49,7 +49,7 @@ func getDefaultConfigFilePath() *paths.Path {
49
panic(fmt.Errorf("unsupported OS: %s", runtime.GOOS))
50
}
51
52
- return arduinoDataDir
+ return arduinoDataDir.Join("arduino-cli.yaml")
53
54
55
func getDefaultArduinoDataDir() (*paths.Path, error) {
0 commit comments