Skip to content

Commit ac684ef

Browse files
authored
chore: use app methods in provisioning (#655)
1 parent 71cefe4 commit ac684ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/orchestrator/provision.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ func generateMainComposeFile(
247247
// Create a single docker-mainCompose that includes all the required services
248248
mainComposeFile := app.AppComposeFilePath()
249249
// If required, create an override compose file for devices
250-
overrideComposeFile := app.ProvisioningStateDir().Join("app-compose-overrides.yaml")
250+
overrideComposeFile := app.AppComposeOverrideFilePath()
251251

252252
type mainService struct {
253253
Main service `yaml:"main"`

0 commit comments

Comments
 (0)