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 Aug 7, 2024
1 parent d75cbb0 commit f708ada
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 f708ada

Please sign in to comment.