voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 101 forks source link

De-duplicate start of string match character #179

Closed traylenator closed 4 years ago

traylenator commented 4 years ago

Pull Request (PR) description

There were two start of string characters in a regex, \A and ^. Reduce it to one which is quite enough.

traylenator commented 4 years ago

Must be my smallest patch ever and you can't even produce a test for it.