diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:14:59 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 11:14:59 +0000 | 
| commit | e8f004e87f0b17a6fded5b3c3e1eb0eef31130ec (patch) | |
| tree | 3f2dc81debc30e7e6a4358b82bb8d2266f918a96 /bin | |
| parent | a00e6b8537de27da16a4ede8466233be4e1b8c8c (diff) | |
  Moved the worker into the custodian namespace.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/custodian-dequeue | 2 | 
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 )    # | 
