Skip to content
This repository was archived by the owner on Jul 28, 2020. It is now read-only.

Commit 6ed5679

Browse files
Add missing windows import
1 parent a610845 commit 6ed5679

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root_windows.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ import (
2929
"code.cloudfoundry.org/cfdev/provision"
3030
"code.cloudfoundry.org/cfdev/resource"
3131
"code.cloudfoundry.org/cfdev/resource/progress"
32+
"github.com/spf13/cobra"
3233
)
3334

3435
type UI interface {

0 commit comments

Comments
 (0)