lib/space2hyphen.rb in space2hyphen-0.0.1 vs lib/space2hyphen.rb in space2hyphen-0.0.2

- old
+ new

@@ -7,8 +7,8 @@ def self.convert(argv) argv.length == 1 ? argv[0].strip.gsub(/\s/, '-') : argv.join('-') end def self.create_new_branch(hyphen_include_sentence) - system "git checkout -b #{hyphen_include_sentence} &> /dev/null" + system "git checkout -b #{hyphen_include_sentence}" end end