Created
June 9, 2020 16:07
-
-
Save drewbanin/8f7de1456e9156519a4cea7266a417a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/website/docs/docs/building-a-dbt-project/package-management.md b/website/docs/docs/building-a-dbt-project/package-management.md | |
| index 7d808a0..15201a0 100644 | |
| --- a/website/docs/docs/building-a-dbt-project/package-management.md | |
| +++ b/website/docs/docs/building-a-dbt-project/package-management.md | |
| @@ -174,10 +174,11 @@ As of 0.17.0, if the package version you want is only specified as `major`.`mino | |
| <File name='packages.yml'> | |
| - ```yaml | |
| - packages: | |
| - - git: https://github.com/fishtown-analytics/dbt-codegen.git | |
| - version: "{{ 1.0 | as_text }}" | |
| + | |
| +```yaml | |
| +packages: | |
| + - git: https://github.com/fishtown-analytics/dbt-codegen.git | |
| + version: "{{ 1.0 | as_text }}" | |
| ``` | |
| </File> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment