From: Mark Hymers Date: Sun, 4 Jul 2010 17:24:01 +0000 (+0000) Subject: Use the real path, not my local one - whoops X-Git-Url: https://git.decadent.org.uk/gitweb/?p=dak.git;a=commitdiff_plain;h=68562655cac81254aa9e8cbd352410df42816a2e Use the real path, not my local one - whoops Signed-off-by: Mark Hymers --- diff --git a/config/debian/vars b/config/debian/vars index e8e70c73..2a3200cf 100644 --- a/config/debian/vars +++ b/config/debian/vars @@ -34,4 +34,4 @@ PATH=$masterdir:$PATH umask 022 # Set the database variables -eval $(dak/admin.py config db-shell) +eval $(dak admin config db-shell)