From e8f004e87f0b17a6fded5b3c3e1eb0eef31130ec Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 22 Nov 2012 11:14:59 +0000 Subject: Moved the worker into the custodian namespace. --- bin/custodian-dequeue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/custodian-dequeue') diff --git a/bin/custodian-dequeue b/bin/custodian-dequeue index d815438..f9b397b 100755 --- a/bin/custodian-dequeue +++ b/bin/custodian-dequeue @@ -141,7 +141,7 @@ if __FILE__ == $0 then # # Create the object # - worker = CustodianWorker.new( $SERVER, $LOGFILE ) + worker = Custodian::Worker.new( $SERVER, $LOGFILE ) # -- cgit v1.2.1