diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:35:32 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 16:35:32 +0000 |
commit | 9e095c8b1187f4e1e3537abca9cf365e13ed853b (patch) | |
tree | 445d1ebdf7e4b49824553480161c24478f6bba5f /bin/custodian-enqueue | |
parent | 42746b4dc3722659d93f10bbd3cbd16fbdc0c93d (diff) |
Updated to rename the class.
Diffstat (limited to 'bin/custodian-enqueue')
-rwxr-xr-x | bin/custodian-enqueue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/custodian-enqueue b/bin/custodian-enqueue index 0b4a40b..4dde365 100755 --- a/bin/custodian-enqueue +++ b/bin/custodian-enqueue @@ -144,7 +144,7 @@ if __FILE__ == $0 then # # Create the parser # - mon = MonitorConfig.new( ENV['FILE'] ) + mon = Custodian::Parser.new( ENV['FILE'] ) # # Set the timeout |