Fix a typo in the etc/hosts banner
Co-authored-by: Leo Antunes <leo@costela.net>
This commit is contained in:
parent
404b332e6a
commit
b9df078538
2
main.go
2
main.go
|
@ -46,7 +46,7 @@ func main() {
|
||||||
|
|
||||||
// Prepare the /etc/hosts writer
|
// Prepare the /etc/hosts writer
|
||||||
hostsFile := &etchosts.EtcHosts{
|
hostsFile := &etchosts.EtcHosts{
|
||||||
Banner: "# ! managed automatically for wesher " + config.Banner,
|
Banner: "# ! managed automatically by wesher " + config.Banner,
|
||||||
Logger: logrus.StandardLogger(),
|
Logger: logrus.StandardLogger(),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue