[DRE-commits] [redmine] 02/19: postinst: fix typo

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Feb 15 12:31:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository redmine.

commit 0befe7faa12294337414f3defe3b4c4fbb0f3916
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Feb 15 08:10:57 2016 -0200

    postinst: fix typo
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index 8b58006..b3f7017 100644
--- a/debian/postinst
+++ b/debian/postinst
@@ -42,7 +42,7 @@ manage_instance() {
   dbc_pgsql_createdb_encoding="UTF8"
   dbc_dbname=redmine_$instance
 
-  if db_get redmine/instances/$lInstance/db/basepath && [ -n "$RET" ]; then
+  if db_get redmine/instances/$instance/db/basepath && [ -n "$RET" ]; then
     dbc_basepath="$RET"
   fi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/redmine.git



More information about the Pkg-ruby-extras-commits mailing list