Update logic of non-git situation just to print warning logs

Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
Signed-off-by: Tom Runyon <tom@defenseunicorns.com>
pull/11623/head
Wonyeong Choi 3 years ago committed by Tom Runyon
parent 5948f24673
commit c7ec0b1529
No known key found for this signature in database
GPG Key ID: D1CF51977E0E790F

@ -100,8 +100,7 @@ verifySupported() {
fi fi
if [ "${HAS_GIT}" != "true" ]; then if [ "${HAS_GIT}" != "true" ]; then
echo "Git is required for plugin install" echo "[WARNING] Could not find git. It is required for plugin installation."
exit 1
fi fi
} }

Loading…
Cancel
Save