liquibase / liquibase-docs

8 stars 18 forks source link

YAML Example in "Substituting Properties" doc is formated wrong #132

Closed dve closed 2 years ago

dve commented 2 years ago

Transferred from https://github.com/liquibase/liquibase/issues/2450

Environment

https://docs.liquibase.com/concepts/changelogs/property-substitution.html

Description

The YAML example leads to NullPointerExecptions when running it

Steps To Reproduce

Copy and Paste the example to a changelog file and use it

Actual Behavior

The YAML parser crashes

Expected/Desired Behavior

Liquibase can parse the example

Additional Context

The whitespaces are wrong after copy and paste

nmelny commented 2 years ago

@dve Thank you for your pull request! We've updated the YAML example. Please let me know if the issue still exists or there are any other pages/content we can improve or fix.