diff --git a/core/cli/ci.el b/core/cli/ci.el index 100f92c03..32bf4a983 100644 --- a/core/cli/ci.el +++ b/core/cli/ci.el @@ -48,7 +48,7 @@ Accapted value types can be one or more of ref, hash, url, username, or name.") '((ref . "^\\(https?://[^ ]+\\|[^/]+/[^/]+\\)?#[0-9]+$") (hash . "^\\(https?://[^ ]+\\|[^/]+/[^/]+@\\)?[a-z0-9]\\{12\\}$") (url . "^https?://") - (name . "^[a-zA-Z0-9-_ ]+<[^@]+@[^.]+\\.[^>]+>$") + (name . "^[a-zA-Z0-9-_ \\.]+<[^@]+@[^.]+\\.[^>]+>$") (username . "^@[^a-zA-Z0-9_-]+$")) "An alist of valid trailer keys and their accepted value types.