From 9b139486c22b0f65057fe2054597ab5534ba13b1 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 11 Feb 2018 01:19:23 +0100 Subject: [PATCH] Add hub to required tools 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 9551bce..0a274e6 100755 --- a/bin/update-gotools +++ b/bin/update-gotools @@ -22,6 +22,7 @@ INSTALLS=( # Other tools 'github.com/fatih/hclfmt' 'github.com/fiatjaf/jiq/cmd/jiq' + 'github.com/github/hub' 'github.com/hashicorp/packer' 'github.com/Luzifer/git-changerelease' 'github.com/Luzifer/password'