Skip to content

Commit 4dd8b16

Browse files
committed
Fix pairing code prompt text
1 parent e8193d3 commit 4dd8b16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cmd/pair.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,9 @@ func pairUsingPairingCode() error {
8686
return err
8787
}
8888

89-
code := ui.StringPrompt("Enter pairing code")
89+
fmt.Println(chalk.Green.Color("Pairing with " + pairingHost.String()))
90+
91+
code := ui.StringPrompt("Enter pairing code: ")
9092

9193
var output string
9294

0 commit comments

Comments
 (0)