We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509f18b commit 487b2a0Copy full SHA for 487b2a0
lib/tasks/redmine_git_hosting.rake
@@ -2,7 +2,7 @@ namespace :redmine_git_hosting do
2
3
desc 'Update plugin settings in database (This will read settings from `<redmine_root>/redmine_git_hosting.yml` and `<plugin_root>/settings.yml`)'
4
task update_settings: [:environment] do
5
- RedmineGitHosting::ConsoleLogger.title('Reloading defaults from init.rb from command line') do
+ RedmineGitHosting::ConsoleLogger.title('Reloading settings from command line') do
6
RedmineGitHosting::Config.reload_from_file!
7
end
8
0 commit comments