Skip to content

Commit

Permalink
Fix deprecation warning (#8)
Browse files Browse the repository at this point in the history
* Fix deprecation warning
  • Loading branch information
eneko authored Jun 14, 2020
1 parent 6494ce6 commit 78431d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/System/ProcessRunner.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class ProcessRunner {
process.arguments = arguments

if let path = currentDirectoryPath {
process.currentDirectoryPath = path
process.currentDirectoryURL = URL(fileURLWithPath: path)
}

let outputPipe = Pipe()
Expand Down

0 comments on commit 78431d8

Please sign in to comment.