Skip to content

Commit

Permalink
Fix rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiendupont committed Sep 28, 2018
1 parent febf6b3 commit e6f0a70
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 @@ -75,7 +75,7 @@ def conversion_options_source_provider_vmwarews_ssh(vm, storage)

def conversion_options_destination_provider_rhevm(_task, ems, cluster, storage)
{
:rhv_url => URI::Generic.build(:scheme => 'https', :host => ems.hostname, :path => '/ovirt-engine/api').to_s,
:rhv_url => URI::Generic.build(:scheme => 'https', :host => ems.hostname, :path => '/ovirt-engine/api').to_s,
:rhv_cluster => cluster.name,
:rhv_storage => storage.name,
:rhv_password => ems.authentication_password,
Expand Down

0 comments on commit e6f0a70

Please sign in to comment.