Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
kiss: revert update-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 26, 2021
1 parent 03d8f98 commit 82d32dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions kiss
Original file line number Diff line number Diff line change
Expand Up @@ -1567,13 +1567,6 @@ pkg_update() {
pkg_update_repo() {
cd "$repo" || die "Repository '$repo' inaccessible"

# Hook can tell the package manager to use a different path.
# arg1: update-resolve
# env: PWD is path to repository
_pwd_res=$(run_hook update-resolve) repo=${_pwd_res:-"$repo"}

cd "$repo" || die "Repository '$repo' inaccessible"

contains "$repos" "$PWD" || {
repos="$repos $PWD"

Expand Down

0 comments on commit 82d32dc

Please sign in to comment.