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

Signed-off-by: Wonyeong Choi <ciwnyg0815@gmail.com>
pull/11494/head
Wonyeong Choi 2 years ago
parent c027014019
commit 0ebd6202d8
No known key found for this signature in database
GPG Key ID: A54118EB5B310CCE

@ -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
}

Loading…
Cancel
Save