From 4320e8ec1af9e7fcd606e13867464d845f4814d4 Mon Sep 17 00:00:00 2001 From: lignus <64274485+linnnus@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:15:00 +0100 Subject: [PATCH] lib.generators.plist: Update warning as per PR comment Co-authored-by: Bruno BELANYI --- lib/generators.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generators.nix b/lib/generators.nix index 391492309e9ec..400d85eee4d37 100644 --- a/lib/generators.nix +++ b/lib/generators.nix @@ -606,7 +606,7 @@ in rec { in # TODO: As discussed in #356502, we should do the actual deprecation in a future release cycle. - lib.warnIf (!escape) "Using `lib.generators.toPlist` without escape = true; is deprecated" + lib.warnIf (!escape) "Using `lib.generators.toPlist` without `escape = true` is deprecated" ''