lib/bivouac/template/console.rb in bivouac-0.2.4 vs lib/bivouac/template/console.rb in bivouac-0.2.5

- old
+ new

@@ -1,6 +1,6 @@ #!/usr/bin/env ruby require 'rubygems' -app = File.dirname(__FILE__) + "/../app/<%= @conf.appdir %>.rb" +app = File.dirname(__FILE__) + "/../app/<%= @conf.appfile %>.rb" ENV['BIVOUAC_ROOT'] = File.expand_path( File.dirname(__FILE__) + "/../" ) system "ruby #{app} -c #{ARGV.join(' ')}"