Skip to content

Commit

Permalink
cmd/fetch: Minor fix on log
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Oct 10, 2023
1 parent a7371e1 commit 8de2d99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ func newFetchCommand(config *specs.LxdComposeConfig) *cobra.Command {
} else if testImages {

composer.Logger.Info(fmt.Sprintf(
"[%s] Testing image %s for group %s...",
imageData[0], imageData[0], key))
"[%s] Testing image %s fetched from server %s...",
imageData[0], imageData[1], imageData[2]))

err = executor.CreateContainer("test-image",
imageData[1], imageData[0], testProfiles)
Expand Down

0 comments on commit 8de2d99

Please sign in to comment.