From 529d7e3f12bc0cdeafd538eabb7852c85dee3233 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georg=20=C3=96ttl?= Date: Sat, 30 Jul 2022 08:36:02 +0200 Subject: [PATCH] Update install-skaffold.sh Removes error message when skaffold does not need to be installed --- install-skaffold.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install-skaffold.sh b/install-skaffold.sh index 3df5ac7..11dffc8 100755 --- a/install-skaffold.sh +++ b/install-skaffold.sh @@ -29,7 +29,6 @@ pcompleted() { BINDIR=~/.local/bin if [ -f "$BINDIR/skaffold" ]; then - perror "$BINDIR/skaffold already exists, delete to reinstall" exit fi