Merge pull request #372 from mattmoyer/fix-redirects-version
Fix get.pinniped.dev latest version redirects.
This commit is contained in:
commit
3f7cb5d9f8
@ -1,7 +1,7 @@
|
|||||||
|
|
||||||
[[redirects]]
|
[[redirects]]
|
||||||
from = "/latest/*"
|
from = "/latest/*"
|
||||||
to = "https://github.com/vmware-tanzu/pinniped/releases/download/v0.2.0/:splat"
|
to = "https://github.com/vmware-tanzu/pinniped/releases/download/latest/:splat"
|
||||||
status = 302
|
status = 302
|
||||||
force = true
|
force = true
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user