From 8a249c06c7bcd751e2b263c8a29c012c29117753 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 3 Sep 2022 02:56:46 +0200 Subject: Change deprecation warning for diaspora.yml to version 2.0 as this will be the next major after 1.0 --- config/load_config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/load_config.rb b/config/load_config.rb index 550d72103..f5d5757aa 100644 --- a/config/load_config.rb +++ b/config/load_config.rb @@ -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, -- cgit v1.2.3