bin/s in script_finder-1.2.0 vs bin/s in script_finder-1.2.1

- old
+ new

@@ -3,6 +3,6 @@ require 'script_finder/script_finder' # by default, this looks for executables in a script/ dir. To change, # pass the bin dir name as a second argument: # ScriptFinder.find_and_execute(ARGV, 'commands') -ScriptFinder.find_and_execute(ARGV) +ScriptFinder.find_and_execute(ARGV, :prefix => 's')