mirror of
https://github.com/discourse/discourse.git
synced 2025-09-04 08:47:37 +08:00
FIX: typo in discourse
occurences -> occurrences
This commit is contained in:
parent
6ba28cbed7
commit
88da06cba0
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ class DiscourseCLI < Thor
|
|||
require 'db_helper'
|
||||
|
||||
if options[:regex]
|
||||
puts "Rewriting all occurences of #{from} to #{to} using regexp_replace"
|
||||
puts "Rewriting all occurrences of #{from} to #{to} using regexp_replace"
|
||||
else
|
||||
puts "Rewriting all occurences of #{from} to #{to}"
|
||||
puts "Rewriting all occurrences of #{from} to #{to}"
|
||||
end
|
||||
puts "THIS TASK WILL REWRITE DATA, ARE YOU SURE (type YES)"
|
||||
puts "WILL RUN ON ALL #{RailsMultisite::ConnectionManagement.all_dbs.length} DBS" if options[:global]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue