Skip to content

Commit

Permalink
Update logic of non-git situation just to print warning logs
Browse files Browse the repository at this point in the history
Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
  • Loading branch information
Wonong committed Nov 6, 2022
1 parent c027014 commit 0ebd620
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/get-helm-3
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,7 @@ verifySupported() {
fi

if [ "${HAS_GIT}" != "true" ]; then
echo "Git is required for plugin install"
exit 1
echo "[WARNING] Could not find git. It is required for plugin installation."
fi
}

Expand Down

0 comments on commit 0ebd620

Please sign in to comment.