From 187298f216f228a4358989c4e21a21ffe306afff Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Sun, 22 Mar 2020 18:07:39 -0700 Subject: [PATCH] Change format switch from 'linux' to 'unix' to match the readme --- hostess/hostlist.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hostess/hostlist.go b/hostess/hostlist.go index 5914fce..ff603d6 100644 --- a/hostess/hostlist.go +++ b/hostess/hostlist.go @@ -435,7 +435,7 @@ func (h *Hostlist) Format() []byte { switch format { case "windows": return h.FormatWindows() - case "linux": + case "unix": return h.FormatLinux() default: // Theoretically the Windows format might be more compatible but there