Fix a typo in the etc/hosts banner

Co-authored-by: Leo Antunes <leo@costela.net>
This commit is contained in:
kaiyou 2020-05-15 10:07:48 +02:00 committed by Leo Antunes
parent 404b332e6a
commit b9df078538
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ func main() {
// Prepare the /etc/hosts writer
hostsFile := &etchosts.EtcHosts{
Banner: "# ! managed automatically for wesher " + config.Banner,
Banner: "# ! managed automatically by wesher " + config.Banner,
Logger: logrus.StandardLogger(),
}