Change deprecation warning for diaspora.yml to version 2.0
as this will be the next major after 1.0
This commit is contained in:
parent
6afaa264ee
commit
8a249c06c7
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ AppConfig ||= Configurate::Settings.create do
|
|||
File.join(config_dir, "diaspora.toml"),
|
||||
namespace: "configuration", required: false
|
||||
else
|
||||
warn "WARNING: diaspora.yml is deprecated and will no longer be read in diaspora 0.9."
|
||||
warn "WARNING: diaspora.yml is deprecated and will no longer be read in diaspora 2.0."
|
||||
warn " Please copy over diaspora.toml.example to diaspora.toml and migrate your settings from diaspora.yml."
|
||||
|
||||
add_provider Configurate::Provider::YAML,
|
||||
|
|
|
|||
Loading…
Reference in a new issue