Project

General

Profile

« Previous | Next » 

Revision 9d43fc71

Added by Michael Moll almost 6 years ago

Fixes #19789 - fix Layout/SpaceAroundOperators cop

View differences:

app/models/compute_resources/foreman/model/ec2.rb
def console(uuid)
vm = find_vm_by_uuid(uuid)
vm.console_output.body.merge(:type=>'log', :name=>vm.name)
vm.console_output.body.merge(:type => 'log', :name => vm.name)
end
def destroy_vm(uuid)

Also available in: Unified diff