From 5368556ea374ab8e46b5535eeb4031cf10a4ef7c Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Mon, 20 Oct 2014 10:02:47 +0000 Subject: 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 ea795f20f..0da145540 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[^@]+) -- cgit