Skip to content

Commit 62912b8

Browse files
committed
fixed lint rule
1 parent 895efc4 commit 62912b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/open/open.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func NewCmdOpen(t *terminal.Terminal, store OpenStore, noLoginStartStore OpenSto
7979
}
8080

8181
// Fetch workspace info, then open code editor
82-
func runOpenCommand(t *terminal.Terminal, tstore OpenStore, wsIDOrName string, setupDoneString string, directory string, host bool) error {
82+
func runOpenCommand(t *terminal.Terminal, tstore OpenStore, wsIDOrName string, setupDoneString string, directory string, host bool) error { //nolint:funlen // define brev command
8383
// todo check if workspace is stopped and start if it if it is stopped
8484
fmt.Println("finding your instance...")
8585
res := refresh.RunRefreshAsync(tstore)

0 commit comments

Comments
 (0)