From 70b823104070376fb62fc275c58554123d0c23cd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Wed, 14 May 2014 10:41:48 -0300 Subject: [PATCH] rails3: fix noosfero-console script --- debian/noosfero-console | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/noosfero-console b/debian/noosfero-console index b486bdc..d59c6d0 100755 --- a/debian/noosfero-console +++ b/debian/noosfero-console @@ -5,4 +5,4 @@ set -e environment="$1" test -z "$environment" && environment=production -cd /usr/share/noosfero && su noosfero -c "./script/console $environment" +cd /usr/share/noosfero && su noosfero -c "rails console $environment" -- libgit2 0.21.2