We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b9d1b9 + bf57dfe commit 66e1e60Copy full SHA for 66e1e60
1 file changed
deisctl/backend/fleet/ssh.go
@@ -25,7 +25,7 @@ func (c *FleetClient) SSH(name string) error {
25
}
26
27
func (c *FleetClient) SSHExec(name, cmd string) error {
28
- fmt.Printf("Excuting '%s' on container '%s'\n", cmd, name)
+ fmt.Printf("Executing '%s' on container '%s'\n", cmd, name)
29
30
conn, err := c.sshConnect(name)
31
if err != nil {
0 commit comments