forked from kiss-community/kiss
kiss: checkout output of git remote. See #269
This commit is contained in:
parent
fd8cfe1c69
commit
60c32c5fa2
2
kiss
2
kiss
@ -1587,7 +1587,7 @@ pkg_update() {
|
|||||||
|
|
||||||
# Update each repository in '$KISS_PATH'.
|
# Update each repository in '$KISS_PATH'.
|
||||||
for repo do
|
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
|
repo_type=git
|
||||||
|
|
||||||
# Get the Git repository root directory.
|
# Get the Git repository root directory.
|
||||||
|
Loading…
Reference in New Issue
Block a user