Skip to content

Commit

Permalink
Merge pull request #896 from danishprakash/patch-1
Browse files Browse the repository at this point in the history
DISTRO_PACKAGE: fix incorrect vendored tar archive URL
  • Loading branch information
openshift-merge-bot[bot] authored Jan 25, 2024
2 parents fb2c4d8 + 1f60bce commit b985cd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DISTRO_PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the official packages.
The vendored sources for netavark will be attached to each netavark release as
a tarball. You can download them with the following:

`https://github.com/containers/netavark/releases/download/v{version}/netavark-v{version}.tar.gz`
`https://github.com/containers/netavark/releases/download/v{version}/netavark-v{version}-vendor.tar.gz`

And then create a cargo config file to point it to the vendor dir.
```
Expand Down

0 comments on commit b985cd2

Please sign in to comment.