Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-09-03 03:56:46 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-09-03 03:56:46 +0300
commit8a249c06c7bcd751e2b263c8a29c012c29117753 (patch)
tree45e48438955e39e3a7f40897c7ecce1a2832a792
parent6afaa264ee73312c9d73514118db304f4ef80d8a (diff)
Change deprecation warning for diaspora.yml to version 2.0
as this will be the next major after 1.0
-rw-r--r--config/load_config.rb2
1 files changed, 1 insertions, 1 deletions
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,