From 60c32c5fa2f5f3a0fde9af9f8f02ecb033d077c7 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 7 Sep 2021 16:58:59 +0300 Subject: [PATCH] kiss: checkout output of git remote. See #269 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.