Method: Crowbar::Client::App::Upgrade#prechecks

Defined in:
lib/crowbar/client/app/upgrade.rb

#prechecksObject



169
170
171
172
173
174
175
# File 'lib/crowbar/client/app/upgrade.rb', line 169

def prechecks
  Command::Upgrade::Prechecks.new(
    *command_params
  ).execute
rescue => e
  catch_errors(e)
end