bin/oats in oats-0.0.4 vs bin/oats in oats-0.0.5
- old
+ new
@@ -1,8 +1,8 @@
#!/usr/bin/env ruby
dir = File.dirname(__FILE__)
-$:.push File.expand_path('../lib', dir )
+$:.unshift File.expand_path('../lib', dir )
require 'oats'
if $oats_execution['options']["_:agent"]
Oats::Driver.agent
else
Oats.run