puppet 3.6.2 (update checkver to use group capture)

This commit is contained in:
Luke Sampson 2014-08-01 07:33:42 +10:00
parent 121c52ac20
commit 78cb4499db

View File

@ -10,6 +10,6 @@
], ],
"checkver": { "checkver": {
"url": "https://raw.githubusercontent.com/puppetlabs/puppet/master/lib/puppet/version.rb", "url": "https://raw.githubusercontent.com/puppetlabs/puppet/master/lib/puppet/version.rb",
"re": "PUPPETVERSION = '[0-9\\.]+'" "re": "PUPPETVERSION = '([0-9\\.]+)'"
} }
} }