quit

in chefctl/src/chefctl.rb [35:39]


def quit(message, exitcode = 1)
  Chefctl.logger.error(message)
  exit exitcode
end