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:
parent
9addb4d6e0
commit
b6e98b5783
@ -1,7 +1,7 @@
|
||||
|
||||
[[redirects]]
|
||||
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
|
||||
force = true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user