Skip to content

Commit

Permalink
Update Request.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonahn authored Dec 22, 2024
1 parent 9e8b325 commit 0f8a0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Command/Request.swift
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ private extension Request {
return executableURL
}
paths.forEach {
let absoluteExecutableURL = "\(path)/\(executableURL)"
let absoluteExecutableURL = "\($0)/\(executableURL)"
if FileManager.default.fileExists(atPath: absoluteExecutableURL) {
return absoluteExecutableURL
}
Expand Down

0 comments on commit 0f8a0b0

Please sign in to comment.