Skip to content
Snippets Groups Projects
Commit ff8f27d0 authored by Thomas Bellman's avatar Thomas Bellman
Browse files

Fix semi-broken backslash escape of regexp.

In one instance, "\." was used, inside a double-quoted string literal.
This should have been "\\.".  Fix that.  (This happened to work anyway,
since Puppet leaves unknown backslash sequences as they are, and just
emits a warning on syslog every time the manifest is compiled.)
the
parent 1a0dffdd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment