Skip to content

Commit 911368e

Browse files
orchestrator: rename to ArduinoApps (#475)
1 parent 70cf2b2 commit 911368e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func NewOrchestratorConfigFromEnv() (*OrchestratorConfig, error) {
2121
if err != nil {
2222
return nil, err
2323
}
24-
appsDir = paths.New(home).Join("arduino-apps")
24+
appsDir = paths.New(home).Join("ArduinoApps")
2525
}
2626

2727
if !appsDir.IsAbs() {

0 commit comments

Comments
 (0)