From fc58941ad1db5617f8e2376941dee98030f7fdd2 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Tue, 14 Dec 2021 15:53:57 +0000 Subject: [PATCH] Added more krew plugins Signed-off-by: Marcus Noble --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d2747cb..311c994 100644 --- a/install.sh +++ b/install.sh @@ -32,7 +32,7 @@ BREW_TOOLS=( ) CARGO_TOOLS=( macchina bottom ) NODE_TOOLS=( git-split-diffs ) -KREW_TOOLS=( gs ) +KREW_TOOLS=( gs outdated tree ) echo "🔵 Installing / updating tools"