mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-20 22:59:01 +00:00
Fix typo in deprecation reason for liquibase.check-change-log-location
See gh-18100
This commit is contained in:
committed by
Andy Wilkinson
parent
52311ffe3c
commit
2eac53cc5d
+1
-1
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user