We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a888 commit cbe8007Copy full SHA for cbe8007
main.go
@@ -91,7 +91,7 @@ func main() {
91
92
// Instantiate Tools
93
usr, _ := user.Current()
94
- directory := usr.HomeDir + "/.arduino-create"
+ directory := filepath.Join(usr.HomeDir, ".arduino-create")
95
Tools = tools.Tools{
96
Directory: directory,
97
IndexURL: *indexURL,
0 commit comments