mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-07-29 11:32:58 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user