Skip to content

Commit

Permalink
cmd/fetch: Minor fix on error message
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Oct 10, 2023
1 parent 8de2d99 commit 45d37be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func newFetchCommand(config *specs.LxdComposeConfig) *cobra.Command {
if err != nil {
composer.Logger.Error(
fmt.Sprintf("Error on delete container with image %s for group %s: %s",
imageData[1], key, err.Error()))
imageData[1], imageData[0], err.Error()))
}

}
Expand Down

0 comments on commit 45d37be

Please sign in to comment.