X Tutup
Skip to content

Commit 8f5806d

Browse files
committed
Set io when initializing extension manager
1 parent 3652307 commit 8f5806d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cmd/extension/manager.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ func NewManager(io *iostreams.IOStreams) *Manager {
4646
platform: func() string {
4747
return fmt.Sprintf("%s-%s", runtime.GOOS, runtime.GOARCH)
4848
},
49+
io: io,
4950
}
5051
}
5152

0 commit comments

Comments
 (0)
X Tutup