fix vault path

This commit is contained in:
Martin Thielecke 2023-10-05 20:49:07 +02:00
parent 10bfe83870
commit 026dc9d765
Signed by: mthie
GPG Key ID: D1D25A85C8604DFB

View File

@ -59,7 +59,7 @@ func main() {
out.Close()
resp.Body.Close()
cmd := exec.Command("vault")
cmd := exec.Command("./vault")
if err := cmd.Run(); err != nil {
log.Panicf("error executing: %s", err)
}