Revert "Use GitHub's "latest" handling so this doesn't get out of sync."

This reverts commit 46ad41e813.

This turns out not to work, so we have to use a hardcoded version here.
This commit is contained in:
Matt Moyer 2021-01-28 10:28:46 -06:00
parent 3f7cb5d9f8
commit 02815cfb26
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[[redirects]]
from = "/latest/*"
to = "https://github.com/vmware-tanzu/pinniped/releases/download/latest/:splat"
to = "https://github.com/vmware-tanzu/pinniped/releases/download/v0.4.1/:splat"
status = 302
force = true