Skip to content

Commit

Permalink
Avoid explicitly setting the shell interpreter.
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhabits97 committed Sep 14, 2021
1 parent b18def9 commit d111764
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 "bash #{SCRIPT_PATH}/downloadSwiftlint.sh -u #{URL} -d #{DESTINATION} -a #{ASSET} -dh #{SWIFTLINT_MD5_HASH}"
sh "#{SCRIPT_PATH}/downloadSwiftlint.sh -u #{URL} -d #{DESTINATION} -a #{ASSET} -dh #{SWIFTLINT_MD5_HASH}"
end
end

Expand Down

0 comments on commit d111764

Please sign in to comment.