Commit 629c898
committed
build_cache.path correction
might as well use values from go docs
https://pkg.go.dev/os#UserCacheDir
cli code fall back to /tmp when neither $HOME or XDG variables are avaiable
https://github.com/arduino/arduino-cli/blob/55f86b541026aad880fcb27bc49e3fe1facb223b/internal/cli/configuration/configuration.go#L105-L1141 parent 55f86b5 commit 629c898
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
0 commit comments