Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 58c58a8

Browse files
committed
fixup! cli: Update UXState from config-ssh
1 parent e13657f commit 58c58a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/cmd/configssh.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package cmd
22

33
import (
4-
"cdr.dev/coder-cli/pkg/clog"
54
"context"
65
"fmt"
76
"io/ioutil"
@@ -13,6 +12,8 @@ import (
1312
"strings"
1413
"time"
1514

15+
"cdr.dev/coder-cli/pkg/clog"
16+
1617
"cdr.dev/coder-cli/coder-sdk"
1718
"cdr.dev/coder-cli/internal/config"
1819
"github.com/spf13/cobra"

0 commit comments

Comments
 (0)