Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: MohammadHasan Akbari <[email protected]>
  • Loading branch information
jarqvi committed Sep 17, 2024
1 parent 6dd6029 commit 62df2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/compose/export.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ func runExport(ctx context.Context, dockerCli command.Cli, backend api.Service,
return err
}

attachOpts := api.ExportOptions{
exportOptions := api.ExportOptions{
Service: options.service,
Index: options.index,
Output: options.output,
}

return backend.Export(ctx, projectName, attachOpts)
return backend.Export(ctx, projectName, exportOptions)
}

0 comments on commit 62df2aa

Please sign in to comment.