From: Mark Hymers Date: Tue, 22 Mar 2011 10:42:39 +0000 (+0000) Subject: Fix typo X-Git-Url: https://git.decadent.org.uk/gitweb/?a=commitdiff_plain;ds=sidebyside;h=8437abe2425d7470d7156e6511dcc6136575c596;p=dak.git Fix typo Signed-off-by: Mark Hymers --- diff --git a/dak/admin.py b/dak/admin.py index 663b196b..218eea57 100755 --- a/dak/admin.py +++ b/dak/admin.py @@ -359,6 +359,7 @@ def show_config(command): connstr += "?port=%s" % cnf["DB::Port"] print connstr elif mode == 'db-shell': + e = [] if cnf.has_key("DB::Service"): e.append('PGSERVICE') print "PGSERVICE=%s" % cnf["DB::Service"]