From 41ab786005dd27ab2a4c2c68d41ce7c496873b26 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sat, 10 Feb 2018 19:06:15 +0100 Subject: [PATCH] Install vault-user-token through update-gotools Signed-off-by: Knut Ahlers --- bin/update-gotools | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/update-gotools b/bin/update-gotools index f230692..9551bce 100755 --- a/bin/update-gotools +++ b/bin/update-gotools @@ -17,6 +17,7 @@ INSTALLS=( 'github.com/hashicorp/vault' 'github.com/Luzifer/vault2env' 'github.com/Luzifer/vault-patch' + 'github.com/Luzifer/vault-user-token' # Other tools 'github.com/fatih/hclfmt'