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 | e09de14c2b7164b82b2c79aee5b9c4424d43093e (patch) | |
tree | 445d1ebdf7e4b49824553480161c24478f6bba5f /bin | |
parent | 16552979333ca759de6aba535b4e6b46a5070f2c (diff) |
Updated to rename the class.
Diffstat (limited to 'bin')
-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 |