diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-10 20:25:07 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2024-11-10 20:25:07 +0000 |
commit | 3e6716e97313b06271721465c1393c9247d3bc17 (patch) | |
tree | 336f5c483dcec8fab92382c980d49015f9df7bee /lib | |
parent | d144a5f5380cf6955095b845ea1ab1902638dd3a (diff) | |
download | redmine-3e6716e97313b06271721465c1393c9247d3bc17.tar.gz redmine-3e6716e97313b06271721465c1393c9247d3bc17.zip |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tasks/icons.rake | 2 |
1 files changed, 1 insertions, 1 deletions
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 |