Update the get.pinniped.dev redirect to always point at the latest version.

I messed this up before because the ordering of the path components is a bit different than in the specific version case.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2021-02-04 17:48:41 -06:00
parent 9addb4d6e0
commit b6e98b5783
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]] [[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/latest/download/:splat"
status = 302 status = 302
force = true force = true