From 3e6716e97313b06271721465c1393c9247d3bc17 Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Sun, 10 Nov 2024 20:25:07 +0000 Subject: [PATCH] Merged r23237 from trunk to 6.0-stable (#23980). git-svn-id: https://svn.redmine.org/redmine/branches/6.0-stable@23238 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- lib/tasks/icons.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/icons.rake b/lib/tasks/icons.rake index bda10f2a2..d26f4405a 100644 --- a/lib/tasks/icons.rake +++ b/lib/tasks/icons.rake @@ -75,7 +75,7 @@ unless Rails.env.production? end input_path = Rails.root.join("tmp", "icons", name) - sprite_path = Rails.root.join('plugins', name, 'app', 'assets', 'images', 'icons.svg') + sprite_path = Rails.root.join('plugins', name, 'assets', 'images', 'icons.svg') generate_svg_sprite(input_path, sprite_path) end -- 2.39.5