Skip to content

Commit

Permalink
lib.generators.plist: Update warning as per PR comment
Browse files Browse the repository at this point in the history
Co-authored-by: Bruno BELANYI <[email protected]>
  • Loading branch information
linnnus and ambroisie authored Nov 18, 2024
1 parent 78b2f18 commit 4320e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
''<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
Expand Down

0 comments on commit 4320e8e

Please sign in to comment.