mirror of
https://codeberg.org/kiss-community/kiss
synced 2024-12-25 00:20:05 -07:00
kiss: remove unneeded argument given to update hooks
- PWD in hooks is same value anyway. See #234
This commit is contained in:
parent
a024ef4663
commit
aa0c62fe4a
4
kiss
4
kiss
@ -1502,7 +1502,7 @@ pkg_update() {
|
|||||||
contains "$repos" "$PWD" || {
|
contains "$repos" "$PWD" || {
|
||||||
repos="$repos $PWD "
|
repos="$repos $PWD "
|
||||||
|
|
||||||
run_hook pre-update "$PWD"
|
run_hook pre-update
|
||||||
|
|
||||||
# Display a tick if signing is enabled for this repository.
|
# Display a tick if signing is enabled for this repository.
|
||||||
case $(git config merge.verifySignatures) in
|
case $(git config merge.verifySignatures) in
|
||||||
@ -1533,7 +1533,7 @@ pkg_update() {
|
|||||||
as_root git submodule update --remote --init -f
|
as_root git submodule update --remote --init -f
|
||||||
fi
|
fi
|
||||||
|
|
||||||
run_hook post-update "$PWD"
|
run_hook post-update
|
||||||
}
|
}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user