From 5a3691a00ca92a1697806727d2664c8b91ef5fad Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sat, 3 Aug 2024 18:47:55 +0200 Subject: [PATCH] Oopsie regex --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 806cfc1..fb9b3f7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -40,7 +40,7 @@ ram.runtime = "50M" type = "string" ask.en = "Choose a nickname for the digital signature" ask.fr = "Choisissez un surnom pour la signature numérique" - pattern.regexp = "[^\.]+" + pattern.regexp = '[^\.]+' pattern.error = "The nickname cannot contain a dot" [install.nss_password]