Skip to content

Commit 66e1e60

Browse files
author
Matthew Fisher
committed
Merge pull request #4207 from bacongobbler/fixup-deisctl-typo
style(deisctl): fix typo
2 parents 1b9d1b9 + bf57dfe commit 66e1e60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deisctl/backend/fleet/ssh.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func (c *FleetClient) SSH(name string) error {
2525
}
2626

2727
func (c *FleetClient) SSHExec(name, cmd string) error {
28-
fmt.Printf("Excuting '%s' on container '%s'\n", cmd, name)
28+
fmt.Printf("Executing '%s' on container '%s'\n", cmd, name)
2929

3030
conn, err := c.sshConnect(name)
3131
if err != nil {

0 commit comments

Comments
 (0)