diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:38 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-14 17:51:38 +0000 |
commit | 79c3862c74fda5edf0a35b8e0e4c990feaa657fd (patch) | |
tree | 5289f6ba98cc531999c6287e142c4cd129114db2 /lib/custodian | |
parent | d103378ae77dbf7bd7d83774117d375fc2254278 (diff) |
Abort on malformed-lines.
Diffstat (limited to 'lib/custodian')
-rwxr-xr-x | lib/custodian/parser.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 38792d2..d02ffb6 100755 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -428,6 +428,7 @@ class MonitorConfig ret else puts "Unknown line: '#{line}'" + exit( 0 ) end end |