Skip to content

Commit

Permalink
chore: fix error wording
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Jul 28, 2024
1 parent 91b97d9 commit 6924a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/generator/images.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func generateImageBuild(buildValues BuildValues, composeServiceValues composetyp
// no dockerfile determined, this must be a pull through image
if composeServiceValues.Image == "" {
return imageBuild, fmt.Errorf(
"defined Dockerfile or Image for service %s defined", composeService,
"no defined Dockerfile or Image for service %s", composeService,
)
}
// check docker-compose override image
Expand Down

0 comments on commit 6924a92

Please sign in to comment.