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

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