Skip to content

Commit 4cad7c8

Browse files
committed
Fix path of default config
1 parent 17b2af5 commit 4cad7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/directories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func getDefaultConfigFilePath() *paths.Path {
4949
panic(fmt.Errorf("unsupported OS: %s", runtime.GOOS))
5050
}
5151

52-
return arduinoDataDir
52+
return arduinoDataDir.Join("arduino-cli.yaml")
5353
}
5454

5555
func getDefaultArduinoDataDir() (*paths.Path, error) {

0 commit comments

Comments
 (0)