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

See gh-18100
This commit is contained in:
Johnny Lim
2019-09-03 18:20:22 +09:00
committed by Andy Wilkinson
parent 52311ffe3c
commit 2eac53cc5d

View File

@@ -976,7 +976,7 @@
"description": "Check the change log location exists.",
"defaultValue": true,
"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"
}
},