Skip to content

Commit 5f9cff0

Browse files
committed
Read default config file (in .arduino15)
1 parent 8f0150b commit 5f9cff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/root/root.go

+1
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ func initConfigs() {
132132
}
133133

134134
commands.Config.Navigate("/", pwd)
135+
commands.Config.LoadFromYAML(commands.Config.ConfigFile)
135136

136137
if yamlConfigFile != "" {
137138
commands.Config.ConfigFile = paths.New(yamlConfigFile)

0 commit comments

Comments
 (0)