Skip to content

Commit f54f76d

Browse files
committed
feat(cli/agent/status): change success message
The success message should be quicker to recognize.
1 parent b52b741 commit f54f76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (cmd *StatusCmd) Run(config *Config) error {
7272

7373
err := pingAgent(config.Socket)
7474
if err == nil {
75-
fmt.Println("Agent responded to ping")
75+
fmt.Println("Ping successful")
7676
os.Exit(0)
7777
} else {
7878
fmt.Println("Failed to ping agent")

0 commit comments

Comments
 (0)