Skip to content

Commit 4705594

Browse files
committed
Fix path of default config
1 parent 0173160 commit 4705594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/directories.go

+1-1
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)