diff options
Diffstat (limited to 'plugin/hosts/hostsfile_test.go')
-rw-r--r-- | plugin/hosts/hostsfile_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/hosts/hostsfile_test.go b/plugin/hosts/hostsfile_test.go index cb923ab60..26a2916f0 100644 --- a/plugin/hosts/hostsfile_test.go +++ b/plugin/hosts/hostsfile_test.go @@ -26,7 +26,7 @@ type staticHostEntry struct { var ( hosts = `255.255.255.255 broadcasthost 127.0.0.2 odin - 127.0.0.3 odin # inline comment + 127.0.0.3 odin # inline comment ::2 odin 127.1.1.1 thor # aliases |