mirror of
https://github.com/munki/munki.git
synced 2026-02-05 06:41:07 -06:00
When logging preflight/postflight output, replace tab with four space indent
This commit is contained in:
@@ -75,7 +75,7 @@ func runMunkiDirScript(_ scriptPath: String, taskName: String, runType: String)
|
||||
whereSeparator: \.isNewline
|
||||
).map(String.init)
|
||||
for line in lines {
|
||||
display.info("\t\(line)")
|
||||
display.info(" \(line)")
|
||||
}
|
||||
}
|
||||
if !result.error.isEmpty {
|
||||
@@ -85,7 +85,7 @@ func runMunkiDirScript(_ scriptPath: String, taskName: String, runType: String)
|
||||
whereSeparator: \.isNewline
|
||||
).map(String.init)
|
||||
for line in lines {
|
||||
display.info("\t\(line)")
|
||||
display.info(" \(line)")
|
||||
}
|
||||
}
|
||||
return result.exitcode
|
||||
|
||||
Reference in New Issue
Block a user