Skip to content

Commit

Permalink
Removed typo that was causing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygrover authored and curt-matthews committed Aug 15, 2018
1 parent 14670dd commit f5eb8c6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def execute_automation_request_for_batch_of_vms(vm_ids, automation_request_insta
# update the VMs in asyncronous batches
$evm.log(:info, "VMs to Update in Batches: { vms => #{vms.collect { |vm| vm.name }} }") if @DEBUG
vms.each_slice(vms_batch_size) do |vms_batch|+ error("automation_request_instance_name msut be specified") if automation_request_instance_name.blank?
vm_ids = vms_batch.collect { |vm| vm.id }
execute_automation_request_for_batch_of_vms(vm_ids, automation_request_instance_name, additional_attrs)
end
Expand Down

0 comments on commit f5eb8c6

Please # to comment.