Skip to content

Commit bbf497e

Browse files
authored
Use same default data dir as the IDE on OSX (#310)
* removed unused file * make Arduino15 the default data dir on OSX
1 parent 8292709 commit bbf497e

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Diff for: commands/.test-config.yml

-3
This file was deleted.

Diff for: configs/directories.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func getDefaultArduinoDataDir() (*paths.Path, error) {
4444
case "linux":
4545
return paths.New(userHomeDir).Join(".arduino15"), nil
4646
case "darwin":
47-
return paths.New(userHomeDir).Join("Library", "arduino15"), nil
47+
return paths.New(userHomeDir).Join("Library", "Arduino15"), nil
4848
case "windows":
4949
localAppDataPath, err := win32.GetLocalAppDataFolder()
5050
if err != nil {

0 commit comments

Comments
 (0)