Skip to content

Commit

Permalink
Fix profile usage
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm committed May 5, 2023
1 parent 67a1fba commit 07532d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/stack/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func dockerComposeLogs(serviceName string, profile *profile.Profile) ([]byte, er
return nil, errors.Wrap(err, "can't read application configuration")
}

snapshotFile := options.Profile.Path(profileStackPath, SnapshotFile)
snapshotFile := profile.Path(profileStackPath, SnapshotFile)

p, err := compose.NewProject(DockerComposeProjectName, snapshotFile)
if err != nil {
Expand Down

0 comments on commit 07532d2

Please sign in to comment.