Change format switch from 'linux' to 'unix' to match the readme

master
Chris Bednarski 4 years ago
parent 4f4dd46d6f
commit 187298f216

@ -435,7 +435,7 @@ func (h *Hostlist) Format() []byte {
switch format { switch format {
case "windows": case "windows":
return h.FormatWindows() return h.FormatWindows()
case "linux": case "unix":
return h.FormatLinux() return h.FormatLinux()
default: default:
// Theoretically the Windows format might be more compatible but there // Theoretically the Windows format might be more compatible but there

Loading…
Cancel
Save