Skip to content

Commit

Permalink
Fixing code spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver committed Dec 17, 2024
1 parent d1fc437 commit b34d197
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions website/docs/docs/build/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,9 @@ Use the `private` block in your `packages.yml` or `dependencies.yml` to clone pa

```yaml
packages:
- private: dbt-labs/awesome_repo
- package: normal packages
- private: dbt-labs/awesome_repo
- package: normal packages
[...]
```

Expand All @@ -193,17 +192,17 @@ You can pin private packages similar to regular dbt packages:

```yaml
packages:
- private: dbt-labs/awesome_repo
revision: branch name | tagged git release | a specific commit (full 40-character hash}
- private: dbt-labs/awesome_repo
revision: branch name | tagged git release | a specific commit (full 40-character hash}
```

If you are using multiple Git integrations, disambiguate by adding the provider key:

```yaml
packages:
- private: dbt-labs/awesome_repo
provider: "github" | "azure"
- private: dbt-labs/awesome_repo
provider: "github" | "azure"
```

Expand Down

0 comments on commit b34d197

Please sign in to comment.