Skip to content

Commit

Permalink
bug: Fix detach instruction message (#882)
Browse files Browse the repository at this point in the history
fix detach message

Signed-off-by: VoVAllen <allenzhou@tensorchord.ai>

Signed-off-by: VoVAllen <allenzhou@tensorchord.ai>
  • Loading branch information
VoVAllen authored Sep 13, 2022
1 parent 918fe3f commit eb2cdd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ssh/ssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ func (c generalClient) Attach() error {
logrus.Debugf("executing command over ssh: '%s'", cmd)
err = session.Run(cmd)
if err == nil {
logrus.Infof("Detached successfully. You can attach to the container with command `ssh %s`\n",
logrus.Infof("Detached successfully. You can attach to the container with command `ssh %s.envd`\n",
ir.DefaultGraph.EnvironmentName)
return nil
}
Expand Down

0 comments on commit eb2cdd1

Please sign in to comment.