Skip to content

Commit 1b49854

Browse files
committed
remove redundant timeout in ControlOptions
Signed-off-by: Viacheslav Vasilyev <[email protected]>
1 parent df3b7e7 commit 1b49854

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

commands/build.go

-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,6 @@ type buildOptions struct {
106106
control.ControlOptions
107107

108108
invokeConfig *invokeConfig
109-
110-
timeout time.Duration
111109
}
112110

113111
func (o *buildOptions) toControllerOptions() (*controllerapi.BuildOptions, error) {

0 commit comments

Comments
 (0)