Skip to content
Snippets Groups Projects
  • Thomas Bellman's avatar
    ff8f27d0
    Fix semi-broken backslash escape of regexp. · ff8f27d0
    Thomas Bellman authored
    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
    ff8f27d0
    History
    Fix semi-broken backslash escape of regexp.
    Thomas Bellman authored
    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
Code owners
Assign users and groups as approvers for specific file changes. Learn more.