Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Sep 24, 2023
1 parent 80e7075 commit c30c146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/unrecognized-config-fields.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ json.dump(data, sys.stdout)
remove_re2 = [
"regexp"
]
# N.B: `replace2` is invalid, should be `replace2`.
# N.B: `replace2` is invalid, should be `replace`.
[lift.commands.env.replace2]
KEY = "VALUE"

Expand Down

0 comments on commit c30c146

Please sign in to comment.