Skip to content

Commit

Permalink
Merge pull request #172 from NicolasCombe5555/master
Browse files Browse the repository at this point in the history
Fix "Rake aborted; Command failed with status 127" (#162)
  • Loading branch information
ashfurrow committed Sep 7, 2021
2 parents 19e6432 + 697258d commit fad05c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/swiftlint/Rakefile
Expand Up @@ -15,7 +15,7 @@ namespace :swiftlint do
SWIFTLINT_MD5_HASH = DangerSwiftlint::SWIFTLINT_HASH

puts "Downloading swiftlint@#{VERSION}"
sh "./downloadSwiftlint.sh -u #{URL} -d #{DESTINATION} -a #{ASSET} -dh #{SWIFTLINT_MD5_HASH}"
sh "sh downloadSwiftlint.sh -u #{URL} -d #{DESTINATION} -a #{ASSET} -dh #{SWIFTLINT_MD5_HASH}"
end
end

Expand Down

0 comments on commit fad05c3

Please sign in to comment.