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 {
case "windows":
return h.FormatWindows()
case "linux":
case "unix":
return h.FormatLinux()
default:
// Theoretically the Windows format might be more compatible but there

Loading…
Cancel
Save