Skip to content

Commit

Permalink
Update commands/operator-sdk/cmd/build.go
Browse files Browse the repository at this point in the history
Co-Authored-By: estroz <ericstroczynski@gmail.com>
  • Loading branch information
joelanford and estroz committed Nov 28, 2018
1 parent ca5f3b7 commit c1f786e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/operator-sdk/cmd/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ file to '%s' to avoid this warning.`
Input: input.Input{Path: dockerfile},
}
} else {
dockerfile = filepath.Join(scaffold.BuildDir, "mulitstage."+scaffold.DockerfileFile)
dockerfile = filepath.Join(scaffold.BuildDir, "multistage."+scaffold.DockerfileFile)
f = &scaffold.Dockerfile{
Multistage: true,
Input: input.Input{Path: dockerfile},
Expand Down

0 comments on commit c1f786e

Please sign in to comment.