Commit 2eac53cc authored by Johnny Lim's avatar Johnny Lim Committed by Andy Wilkinson

Fix typo in deprecation reason for liquibase.check-change-log-location

See gh-18100
parent 52311ffe
...@@ -976,7 +976,7 @@ ...@@ -976,7 +976,7 @@
"description": "Check the change log location exists.", "description": "Check the change log location exists.",
"defaultValue": true, "defaultValue": true,
"deprecation": { "deprecation": {
"reason": "Liquibase has it's own check that checks if the change log location exists making this property redundant.", "reason": "Liquibase has its own check that checks if the change log location exists making this property redundant.",
"level": "error" "level": "error"
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment