diff --git a/kiss b/kiss index 1aa888b..0cf31cc 100755 --- a/kiss +++ b/kiss @@ -1587,7 +1587,7 @@ pkg_update() { # Update each repository in '$KISS_PATH'. for repo do - if git -C "$repo" remote >/dev/null 2>&1; then + if ok "$(git -C "$repo" remote 2>/dev/null)"; then repo_type=git # Get the Git repository root directory.