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:
Benjamin Neff
2022-09-03 02:56:46 +02:00
parent 6afaa264ee
commit 8a249c06c7

View File

@@ -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,