Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlevy committed Apr 19, 2024
1 parent a88cf7d commit 914babc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/server/websites_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def show

def analyse
Git::OrphanAndLayoutAnalyzer.new(@website).launch
redirect_back fallback_location: server_communication_website_path(@website),
redirect_back fallback_location: server_website_path(@website),
notice: t('admin.communication.website.git_file.analysis.launched')
end

Expand Down

0 comments on commit 914babc

Please sign in to comment.