Skip to content

Commit

Permalink
apple-codesign: fix invalid TOML in documentation
Browse files Browse the repository at this point in the history
An upgrade of Pygments turned this bad syntax into an error. Good times.
  • Loading branch information
indygreg committed Nov 20, 2023
1 parent 4438efe commit d6d0d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apple-codesign/docs/apple_codesign_rcodesign_config_files.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ Top-level keys/sections in config files correspond to named *profiles*.
# A profile named "default"
[default]
foo = bar
foo = "bar"
# A profile named "test"
[test]
foo = baz
foo = "baz"
There are two special named profiles with special semantics:

Expand Down

0 comments on commit d6d0d59

Please sign in to comment.