Skip to content

Commit

Permalink
Redirect to properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bendel authored and Chris Bendel committed Mar 25, 2024
1 parent f58f9ea commit 0fdf9e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def update

def download_run_results
run = @analysis.runs.find(params[:run_id])
redirect_to url_for(run.output, allow_other_host: true)
redirect_to(url_for(run.output), allow_other_host: true)
end

def update_run
Expand Down

0 comments on commit 0fdf9e0

Please sign in to comment.