lib/bin_install.rb in bin_install-0.0.23 vs lib/bin_install.rb in bin_install-0.0.24

- old
+ new

@@ -22,9 +22,10 @@ puts "Starting bin_install #{VERSION}...".white end def self.finish puts "Finished bin_install #{VERSION}.".green + puts 'Warning you may need to reload your shell.'.yellow end def self.system!(*args) system(*args) || abort("Command #{args} failed!".red) end