ncerny / chef_stack

4 stars 6 forks source link

Fix regex to determine if source is a URI #31

Closed brandocorp closed 7 years ago

brandocorp commented 7 years ago

The current regex will match against a valid URI scheme anywhere in the configuration string. This change limits the check to strings that begin with a URI-like scheme definition

ncerny commented 7 years ago

Hey @brandocorp - I don't see the signed off message, can you amend your commit with -s?

brandocorp commented 7 years ago

Updated, thanks!