mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-17 19:12:37 -05:00
Trivial typo
This commit is contained in:
parent
38f2c778fb
commit
5b0d8d5ffd
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ WHERE table_schema='public' and (data_type like 'char%' or data_type like 'text%
|
||||||
puts '', 'The filename argument was missing.', ''
|
puts '', 'The filename argument was missing.', ''
|
||||||
usage
|
usage
|
||||||
rescue Import::ImportDisabledError
|
rescue Import::ImportDisabledError
|
||||||
puts '', 'Restore are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', ''
|
puts '', 'Restores are not allowed.', 'An admin needs to set allow_restore to true in the site settings before restores can be run.', ''
|
||||||
puts 'Restore cancelled.', ''
|
puts 'Restore cancelled.', ''
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue