Merge pull request #372 from mattmoyer/fix-redirects-version

Fix get.pinniped.dev latest version redirects.
This commit is contained in:
Matt Moyer 2021-01-28 10:26:51 -06:00 committed by GitHub
commit 3f7cb5d9f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.2.0/:splat" to = "https://github.com/vmware-tanzu/pinniped/releases/download/latest/:splat"
status = 302 status = 302
force = true force = true