Skip to content

Commit

Permalink
Fix typo in get_conversion_log method
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Oct 26, 2018
1 parent 2357413 commit 5013021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/conversion_host.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_conversion_state(path)
end

def get_conversion_log(path)
connect_ssh { |ssu| ssu.get_file_file(path, nil) }
connect_ssh { |ssu| ssu.get_file(path, nil) }
rescue => e
raise "Could not get conversion log '#{path}' from '#{resource.name}' with [#{e.class}: #{e}"
end
Expand Down

0 comments on commit 5013021

Please sign in to comment.