Skip to content

Commit

Permalink
Explicitly call bash in swiftlint's Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhabits97 committed Sep 14, 2021
1 parent 6c4958a commit b18def9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/swiftlint/Rakefile
Expand Up @@ -16,7 +16,7 @@ namespace :swiftlint do
SWIFTLINT_MD5_HASH = DangerSwiftlint::SWIFTLINT_HASH

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

Expand Down

0 comments on commit b18def9

Please sign in to comment.