From b35fd9faba1fea9f9a17f49352ad869592f489a8 Mon Sep 17 00:00:00 2001 From: KMY Date: Sun, 24 Sep 2023 12:24:56 +0900 Subject: [PATCH] #21 Tell about kmyblue update check when initial setup --- lib/tasks/mastodon.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/mastodon.rake b/lib/tasks/mastodon.rake index f68d1cf1f8fbeb..dfa2c5a8e1283c 100644 --- a/lib/tasks/mastodon.rake +++ b/lib/tasks/mastodon.rake @@ -426,7 +426,7 @@ namespace :mastodon do prompt.say "\n" - env['UPDATE_CHECK_URL'] = '' unless prompt.yes?('Do you want Mastodon to periodically check for important updates and notify you? (Recommended)', default: true) + env['UPDATE_CHECK_URL'] = '' unless prompt.yes?('Do you want kmyblue to periodically check for important updates and notify you? (Recommended)', default: true) prompt.say "\n" prompt.say 'This configuration will be written to .env.production'