summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/custodian-dequeue2
1 files changed, 1 insertions, 1 deletions
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 )
#