lib/berkshelf/thor.rb in berkshelf-0.1.5 vs lib/berkshelf/thor.rb in berkshelf-0.2.0
- old
+ new
@@ -20,10 +20,10 @@
default: false
method_option :freeze,
type: :boolean,
desc: "Freeze the uploaded cookbooks so that they cannot be overwritten.",
default: false
- desc "upload", "shit"
+ desc "upload", "Upload the sources defined in your Berksfile and their dependencies to a Chef Server."
def upload
begin
Chef::Config.from_file(File.expand_path(options[:config]))
rescue Errno::ENOENT
say "Unable to find a Knife config at #{options[:config]}. Specify a different path with --config.", :red