Skip to content

Commit c1f786e

Browse files
joelanfordestroz
andcommitted
Update commands/operator-sdk/cmd/build.go
Co-Authored-By: estroz <[email protected]>
1 parent ca5f3b7 commit c1f786e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/operator-sdk/cmd/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ file to '%s' to avoid this warning.`
256256
Input: input.Input{Path: dockerfile},
257257
}
258258
} else {
259-
dockerfile = filepath.Join(scaffold.BuildDir, "mulitstage."+scaffold.DockerfileFile)
259+
dockerfile = filepath.Join(scaffold.BuildDir, "multistage."+scaffold.DockerfileFile)
260260
f = &scaffold.Dockerfile{
261261
Multistage: true,
262262
Input: input.Input{Path: dockerfile},

0 commit comments

Comments
 (0)