Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-25 00:30:12 +0300
committerDouwe Maan <douwe@gitlab.com>2015-04-25 00:30:12 +0300
commitc2f11f32095f67414eab1efe932c8df8ec01c22f (patch)
tree238a2a0dac6ed99257a01848667892be087e9b5f /app/controllers/import
parent439b9f50af3168d33169a4cd25b59e45ea46dc62 (diff)
Get Gitorious importer to work again.
Diffstat (limited to 'app/controllers/import')
-rw-r--r--app/controllers/import/gitorious_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/import/gitorious_controller.rb b/app/controllers/import/gitorious_controller.rb
index 6067a87ee04..c121d2de7cb 100644
--- a/app/controllers/import/gitorious_controller.rb
+++ b/app/controllers/import/gitorious_controller.rb
@@ -6,7 +6,7 @@ class Import::GitoriousController < Import::BaseController
def callback
session[:gitorious_repos] = params[:repos]
- redirect_to status_import_gitorious_url
+ redirect_to status_import_gitorious_path
end
def status