bin/wagon in locomotivecms_wagon-1.4.0 vs bin/wagon in locomotivecms_wagon-1.5.0.rc1
- old
+ new
@@ -1,8 +1,11 @@
#!/usr/bin/env ruby
# needed if you launch it without bundler
$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../lib'))
+$:.unshift(File.expand_path(File.dirname(__FILE__) + '/../vendor'))
+
+$stdout.sync = true
require 'locomotive/wagon'
require 'locomotive/wagon/cli'
Locomotive::Wagon::CLI::Main.start
\ No newline at end of file