mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
This commit is contained in:
parent
c8fa0e7c83
commit
9ea3ceaf5d
6
kiss
6
kiss
@ -1328,7 +1328,11 @@ pkg_updates() {
|
|||||||
|
|
||||||
# Update each repository in '$KISS_PATH'.
|
# Update each repository in '$KISS_PATH'.
|
||||||
for repo do
|
for repo do
|
||||||
# Go to the root of the repository (if it exists).
|
[ -d "$repo" ] || {
|
||||||
|
log "$repo" " "
|
||||||
|
printf 'Skipping repository, not a directory\n'
|
||||||
|
continue
|
||||||
|
}
|
||||||
cd "$repo"
|
cd "$repo"
|
||||||
|
|
||||||
case $(git remote 2>/dev/null) in
|
case $(git remote 2>/dev/null) in
|
||||||
|
Loading…
Reference in New Issue
Block a user