From 3ac2c7afac9c7dacbf0f15147cbe96a30cddaa0a Mon Sep 17 00:00:00 2001 From: YumengBao Date: Mon, 16 Jan 2017 20:57:06 +0800 Subject: [PATCH] Update the launchpad_id regx As this commit [0], test will be failed, but yumeng+bao is a valid launchpad_id. so change the regx to pass the test. [0]: Id0d8d296b7ede11dc5c0c8a1296f4faf234dddcf Change-Id: Iefd1913add2ec907a0528f3a94f2b35b2ecb9813 --- etc/default_data.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default_data.schema.json b/etc/default_data.schema.json index f1b133343..1a639cebe 100644 --- a/etc/default_data.schema.json +++ b/etc/default_data.schema.json @@ -10,7 +10,7 @@ "properties": { "launchpad_id": { "type": "string", - "pattern": "^[a-z\\d\\.-]+$" + "pattern": "^[a-z\\d\\.\\+-]+$" }, "github_id": { "type": "string"