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

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-01-28 10:25:33 -06:00
parent d4eca3a82a
commit 46ad41e813
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D

View File

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