Commit 17d04065 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Not sure why I missed this renaming

parent e8b03baf
...@@ -37,7 +37,7 @@ class Projects::ArtifactsController < Projects::ApplicationController ...@@ -37,7 +37,7 @@ class Projects::ArtifactsController < Projects::ApplicationController
def latest_succeeded def latest_succeeded
target_path = artifacts_action_path(params[:path], project, build) target_path = artifacts_action_path(params[:path], project, build)
if target_url if target_path
redirect_to(target_path) redirect_to(target_path)
else else
render_404 render_404
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment