cherrypicker 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/cherrypick +1 -1
- data/lib/cherrypicker/version.rb +1 -1
- metadata +1 -1
data/bin/cherrypick
CHANGED
@@ -27,7 +27,7 @@ parser.set_options(*options.keys.map{|opt| ["--#{opt.to_s}", "-#{opt.to_s[0]}",
|
|
27
27
|
parser.each{|opt, arg| options[opt.gsub('--', '').to_sym] = arg unless arg == ''}
|
28
28
|
|
29
29
|
if options[:directory] && !File.directory?(options[:directory]) then
|
30
|
-
puts "Directory not found " + directory
|
30
|
+
puts "Directory not found " + options[:directory]
|
31
31
|
usage
|
32
32
|
exit
|
33
33
|
end
|
data/lib/cherrypicker/version.rb
CHANGED