Skip to content

Commit

Permalink
client invokable from outside the application directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rjspotter authored and purzelrakete committed Dec 8, 2008
1 parent fab7736 commit cfb7055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/workling_client
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ options = {
:app_name => "workling",
:ARGV => ARGV,
:dir_mode => :normal,
:dir => 'log',
:dir => File.join(File.dirname(__FILE__), '..', 'log'),
:log_output => true,
:multiple => false,
:backtrace => true,
Expand Down

0 comments on commit cfb7055

Please sign in to comment.