Skip to content

Commit

Permalink
SWI-4838 || Hotfix installer (#5)
Browse files Browse the repository at this point in the history
* Use right github url to download tarball

* installing latest version

* installing latest version

* update readme

* update
  • Loading branch information
noahg1 authored Sep 5, 2024
1 parent f60c7b6 commit 59d1b11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vault-shim.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
package main

import (
"github.com/Bandwidth/vault-shim/cmd"
)

func main() {
cmd.Execute()
}

0 comments on commit 59d1b11

Please sign in to comment.