We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5f3b7 commit c1f786eCopy full SHA for c1f786e
commands/operator-sdk/cmd/build.go
@@ -256,7 +256,7 @@ file to '%s' to avoid this warning.`
256
Input: input.Input{Path: dockerfile},
257
}
258
} else {
259
- dockerfile = filepath.Join(scaffold.BuildDir, "mulitstage."+scaffold.DockerfileFile)
+ dockerfile = filepath.Join(scaffold.BuildDir, "multistage."+scaffold.DockerfileFile)
260
f = &scaffold.Dockerfile{
261
Multistage: true,
262
0 commit comments