Skip to content

Commit

Permalink
Merge pull request ManageIQ#105 from Fryguy/adjust_miq_file_extension
Browse files Browse the repository at this point in the history
File.uri_to_local_path moved to manageiq-smartstate gem
  • Loading branch information
agrare committed Oct 12, 2017
2 parents 053c6ec + 6fc2137 commit c74ef80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def perform_metadata_scan(ost)
require 'MiqVm/MiqRhevmVm'

log_pref = "MIQ(#{self.class.name}##{__method__})"
vm_name = File.uri_to_local_path(ost.args[0])
vm_name = ManageIQ::Smartstate::Util.uri_to_local_path(ost.args[0])
$log.debug "#{log_pref} VM = #{vm_name}"

args1 = ost.args[1]
Expand Down

0 comments on commit c74ef80

Please sign in to comment.