diff --git a/integration-cli/cli/build/build.go b/integration-cli/cli/build/build.go index afaeb98486991fcee522504ea980e02be7e8806e..4a186252f9322da46aa4f47281ce917b3b1cb81b 100644 --- a/integration-cli/cli/build/build.go +++ b/integration-cli/cli/build/build.go @@ -21,9 +21,8 @@ func WithoutCache(cmd *icmd.Cmd) func() { return nil } -// WithContextPath set the build context path +// WithContextPath sets the build context path func WithContextPath(path string) func(*icmd.Cmd) func() { - // WithContextPath sets the build context path return func(cmd *icmd.Cmd) func() { cmd.Command = append(cmd.Command, path) return nil