latest_from_catalog

in libraries/command_line_tools.rb [24:31]


    def latest_from_catalog
      if all_available.empty?
        Chef::Log.warn 'No Command Line Tools available from Software Update Catalog!'
      else
        catalog_recommendation_label.tr('*', '').gsub('Label: ', '').strip
      end
    end