Commit a47b4439 authored by Fabio Pelosin's avatar Fabio Pelosin

[Downloader] fix raise on failure.

parent 2954c301
......@@ -7,7 +7,7 @@ module Pod
override_api do
def execute_command(executable, command, raise_on_failure = false)
Executable.execute_command(executable, command, raise_on_failure = false)
Executable.execute_command(executable, command, raise_on_failure)
end
# Indicates that an action will be perfomed. The action is passed as a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment