Skip to content

Commit

Permalink
Fix metadata docs for go-getter reference (#89)
Browse files Browse the repository at this point in the history
This pull request includes a small change to the
`docs/content/assets/metadata.md` file. The change updates the
`custom_url` to point to a subdirectory and allows specifying a tag or
branch.

*
[`docs/content/assets/metadata.md`](diffhunk://#diff-e55fa9541d13865e4d860a6374e238a2488595dcc7b44af4797a80d2ed0c019bL53-R53):
Updated the `custom_url` to point to a subdirectory and allow specifying
a tag or branch.
  • Loading branch information
jtracey93 authored Nov 12, 2024
1 parent 7500582 commit 43bb758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/assets/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ These are defined by the library path and reference (version):
{
"dependencies": [
{
"custom_url": "git::https://github.com/myorg/myrepo.git//mypath@mytag",
"custom_url": "git::https://github.com/myorg/myrepo.git//mypath/subdir?ref=mytag-or-branch",
}
]
}
Expand Down

0 comments on commit 43bb758

Please sign in to comment.