[DRE-commits] [redmine] 06/15: fix bin/redmine-instances
Antonio Terceiro
terceiro at moszumanska.debian.org
Sun Feb 14 14:32:03 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 b5a96d83e8e8a7ebf051eecba78049505749d6b1
Author: Antonio Terceiro <terceiro at debian.org>
Date: Sat Feb 13 21:39:12 2016 -0200
fix bin/redmine-instances
---
debian/patches/0004-Add-multi-tenancy-support.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/0004-Add-multi-tenancy-support.patch b/debian/patches/0004-Add-multi-tenancy-support.patch
index 36d3913..117e934 100644
--- a/debian/patches/0004-Add-multi-tenancy-support.patch
+++ b/debian/patches/0004-Add-multi-tenancy-support.patch
@@ -84,7 +84,7 @@ index 0064555..c75fd25 100644
after_commit :delete_from_disk, :on => :destroy
diff --git a/bin/redmine-instances b/bin/redmine-instances
new file mode 100755
-index 0000000..5bf3159
+index 0000000..81a1400
--- /dev/null
+++ b/bin/redmine-instances
@@ -0,0 +1,280 @@
@@ -220,7 +220,7 @@ index 0000000..5bf3159
+
+ *)
+ if [ -n "$cmd" ]; then
-+ echo "E: invalid command: $command"
++ echo "E: invalid command: $cmd"
+ fi
+ usage 1
+ ;;
--
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