We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7392569 commit d6a999aCopy full SHA for d6a999a
1 file changed
cmd/ssh/ssh.go
@@ -16,8 +16,7 @@ import (
16
var (
17
errHostnameRequired = errors.New("API did not return a hostname for the connection")
18
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")
+ errNoClientRunning = errors.New("No client is currently running. Start the client first.")
21
)
22
23
func SSHCmd() *cobra.Command {
0 commit comments