Fix redirect when trying to view invalid Google Code import status.

This commit is contained in:
Douwe Maan 2015-04-21 10:30:07 +02:00
parent 76aade28e2
commit 355e6868a2
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class Import::GoogleCodeController < Import::BaseController
def status
unless client.valid?
return redirect_to new_import_google_path
return redirect_to new_import_google_code_path
end
@repos = client.repos