diff options
| -rw-r--r-- | lib/custodian/parser.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index bb9958a..7e45760 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -299,7 +299,7 @@ module Custodian          new_line = "#{pre} must run ping #{post}"          return( parse_line( new_line ) ) -      elsif ( line =~ /^\S+\s+must\s+run\s+([^\s]+)(\s+|\.|$)/i ) +      elsif ( line =~ /^\S+\s+must(\s+not)?\s+run\s+([^\s]+)(\s+|\.|$)/i )          #          # Expand the macro if we should | 
