From 1020a887ced1a3c8066f7cf51bbfd75e327baf00 Mon Sep 17 00:00:00 2001 From: Giuseppe Lo Presti Date: Fri, 17 Nov 2023 10:21:59 +0100 Subject: [PATCH] Use a different prefix --- cernboxspaces/README.md | 2 +- cernboxspaces/cernboxspaces.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cernboxspaces/README.md b/cernboxspaces/README.md index 6f13bfe..c09303b 100644 --- a/cernboxspaces/README.md +++ b/cernboxspaces/README.md @@ -14,5 +14,5 @@ host = "dbhost.example.org" port = 3306 name = "dbname" table = "cbox_projects" -prefix = "projects" +prefix = "cernboxspaces" ``` diff --git a/cernboxspaces/cernboxspaces.go b/cernboxspaces/cernboxspaces.go index b78bae2..c3c008d 100644 --- a/cernboxspaces/cernboxspaces.go +++ b/cernboxspaces/cernboxspaces.go @@ -73,7 +73,7 @@ var projectRegex = regexp.MustCompile(`^cernbox-project-(?P.+)-(?P