Merge pull request #18100 from izeye
* gh-18100: Fix typo in deprecation reason for liquibase.check-change-log-location Closes gh-18100
This commit is contained in:
commit
ca6395c388
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue