From 74509b2b30f1bd62f571dc5f0bb5a56eab80976c Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Mon, 24 Feb 2014 22:42:51 +0530 Subject: [PATCH] gitlab: pass all parameters supplied to app:rake to rake_task function --- resources/gitlab | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/gitlab b/resources/gitlab index 7f9f9f3b..04e7df70 100755 --- a/resources/gitlab +++ b/resources/gitlab @@ -297,7 +297,8 @@ case "$1" in gitlab_start ;; app:rake) - gitlab_rake $2 + shift 1 + gitlab_rake $@ ;; app:help) gitlab_help