From b9df078538696ab84d2ef488db4c7664de3914dd Mon Sep 17 00:00:00 2001 From: kaiyou Date: Fri, 15 May 2020 10:07:48 +0200 Subject: [PATCH] Fix a typo in the etc/hosts banner Co-authored-by: Leo Antunes --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0a23024..84aaecb 100644 --- a/main.go +++ b/main.go @@ -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(), }