Skip to content

Commit 897911a

Browse files
author
root
committed
Typo
1 parent ed29799 commit 897911a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/tasks/redmine_git_hosting.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace :redmine_git_hosting do
22

33
desc 'Update plugin settings in database (This will read settings from `<redmine_root>/redmine_git_hosting.yml` and `<plugin_root>/settings.yml`)'
44
task update_settings: [:environment] do
5-
RedmineGitHosting::ConsoleLogger.title('Reloading defaults settings from command line') do
5+
RedmineGitHosting::ConsoleLogger.title('Reloading settings from command line') do
66
RedmineGitHosting::Config.reload_from_file!
77
end
88
end

0 commit comments

Comments
 (0)