docs: better message [ci skip]

This commit is contained in:
decentral1se 2021-11-26 21:04:58 +01:00
parent 4641a942d8
commit 4347083f98
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

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
}