Skip to content

Commit

Permalink
Fix "Rake aborted; Command failed with status 127" (ashfurrow#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Combe committed Sep 7, 2021
1 parent 19e6432 commit 697258d
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 697258d

Please sign in to comment.