lib/chap/runner.rb in chap-0.0.7 vs lib/chap/runner.rb in chap-0.0.8

- old
+ new

@@ -129,10 +129,10 @@ end end def shared_dirs dirs = config.chap[:shared_dirs] || [ - "public/system", + "system", "log", "tmp/pids" ] dirs.map! {|p| "#{shared_path}/#{p}"} end \ No newline at end of file