mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-03-28 09:25:53 +00:00
parent
ef0d9f356f
commit
4f94674974
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ final class Formatter {
|
|||
let task = NSTask()
|
||||
task.launchPath = "/bin/bash"
|
||||
task.arguments = [
|
||||
"-l", "-c", "which \(name)"
|
||||
"--norc", "-l", "-c", "which \(name)"
|
||||
]
|
||||
task.currentDirectoryPath = workingDirectory
|
||||
task.standardOutput = pipe
|
||||
|
|
|
|||
Loading…
Reference in a new issue