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