From d550eb56e42499ec82fb5073a11f8caeafa89094 Mon Sep 17 00:00:00 2001 From: Patrick J Cherry Date: Tue, 20 Nov 2012 11:23:13 +0000 Subject: Updated macro regex --- lib/custodian/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/parser.rb') diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index ea25c3a..913fec7 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -146,7 +146,7 @@ class MonitorConfig # # Get the name of the macro. # - name = $1.dup if ( line =~ /^([1-2A-Z_]+)\s+/ ) + name = $1.dup if ( line =~ /^([0-9A-Z_]+)\s+/ ) # -- cgit v1.2.1