# File lib/chef/knife/role_from_file.rb, line 29
      def run 
        updated = load_from_file(Chef::Role, @name_args[0])

        updated.save
        
        output(format_for_display(updated)) if config[:print_after]

        Chef::Log.warn("Updated Role #{updated.name}!")
      end