mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
Merge another augeas lens fix
From: https://github.com/hercules-team/augeas/pull/329 Fixes: https://github.com/letsencrypt/letsencrypt/issues/1294#issuecomment-161805063
This commit is contained in:
@@ -51,7 +51,7 @@ let sep_osp = Sep.opt_space
|
||||
let sep_eq = del /[ \t]*=[ \t]*/ "="
|
||||
|
||||
let nmtoken = /[a-zA-Z:_][a-zA-Z0-9:_.-]*/
|
||||
let word = /[a-zA-Z][a-zA-Z0-9._-]*/
|
||||
let word = /[a-z][a-z0-9._-]*/i
|
||||
|
||||
let comment = Util.comment
|
||||
let eol = Util.doseol
|
||||
|
||||
Reference in New Issue
Block a user