Skip to content

Commit d6a999a

Browse files
committed
improve no up client message on ssh
1 parent 7392569 commit d6a999a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/ssh/ssh.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ import (
1616
var (
1717
errHostnameRequired = errors.New("API did not return a hostname for the connection")
1818
errResourceIDRequired = errors.New("Resource (alias or identifier) is required; example: pangolin ssh my-server.internal")
19-
errNoClientRunning = errors.New("No client is currently running. Start the client first with `pangolin up`")
20-
errNoClientRunningWindows = errors.New("No client is currently running. Start the client first in the system tray")
19+
errNoClientRunning = errors.New("No client is currently running. Start the client first.")
2120
)
2221

2322
func SSHCmd() *cobra.Command {

0 commit comments

Comments
 (0)