summaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects/artifacts_controller.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/controllers/projects/artifacts_controller.rb b/app/controllers/projects/artifacts_controller.rb
index 8261a73c642..16ab7ec409d 100644
--- a/app/controllers/projects/artifacts_controller.rb
+++ b/app/controllers/projects/artifacts_controller.rb
@@ -35,10 +35,10 @@ class Projects::ArtifactsController < Projects::ApplicationController
end
def latest_succeeded
- target_url = artifacts_action_url(params[:path], project, build)
+ target_path = artifacts_action_path(params[:path], project, build)
if target_url
- redirect_to(target_url)
+ redirect_to(target_path)
else
render_404
end