From 6f46eb3d344060879de9b869738245977f4c9310 Mon Sep 17 00:00:00 2001 From: akumari Date: Thu, 22 Feb 2024 14:48:14 +0530 Subject: [PATCH] Refs #37926 - Fix Lint/LiteralInInterpolation cop --- lib/tasks/audits.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/audits.rake b/lib/tasks/audits.rake index c44bf84654d..aaddbd47325 100644 --- a/lib/tasks/audits.rake +++ b/lib/tasks/audits.rake @@ -1,6 +1,6 @@ # TRANSLATORS: do not translate desc <<~END_DESC - Expire or anonymize old audits automatically.#{' '} + Expire or anonymize old audits automatically.' ' The number of days can be easily defined in Settings or you can use "days" parameter. If both Setting and parameter are undefined, task finishes without cleaning any audits. Template audits are left uncleaned.