diff --git a/init.rb b/init.rb index 2b41834..aef4a6b 100644 --- a/init.rb +++ b/init.rb @@ -18,7 +18,7 @@ # You should have received a copy of the GNU General Public License # along with redmine_custom_css. If not, see . # -require_dependency 'redmine_custom_css/hooks' +require_dependency 'hooks' Redmine::Plugin.register :redmine_custom_css do name 'Redmine Custom CSS plugin' diff --git a/lib/redmine_custom_css/hooks.rb b/lib/hooks.rb similarity index 100% rename from lib/redmine_custom_css/hooks.rb rename to lib/hooks.rb