Fix redirect when trying to view invalid Google Code import status.
This commit is contained in:
parent
76aade28e2
commit
355e6868a2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue