From 5368556ea374ab8e46b5535eeb4031cf10a4ef7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Mon, 20 Oct 2014 10:02:47 +0000 Subject: [PATCH] Small fix after changeset f67b702c --- roles/mailman/files/pg-give-rights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman/files/pg-give-rights.py b/roles/mailman/files/pg-give-rights.py index ea795f20fc..0da1455404 100755 --- a/roles/mailman/files/pg-give-rights.py +++ b/roles/mailman/files/pg-give-rights.py @@ -59,7 +59,7 @@ def main(): # KittyStore dbspec = re.match(""" - postgres:// + postgresql:// (?P[a-z]+) : (?P[^@]+)