docs: better message [ci skip]

This commit is contained in:
2021-11-26 21:04:58 +01:00
parent 4641a942d8
commit 4347083f98

View File

@ -236,7 +236,7 @@ func installDocker(c *cli.Context, cl *dockerClient.Client, sshCl *ssh.Client, d
}
}
logrus.Infof("docker is installed on %s", domainName)
logrus.Infof("docker is already installed on %s", domainName)
return nil
}