misc: typo

This commit is contained in:
Dylan Araps 2021-07-15 07:23:06 +03:00
parent e7f691d992
commit ec3952b014
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1570,7 +1570,7 @@ pkg_update() {
as_root git submodule update --remote --init -f
fi
# arg1: pre-update
# arg1: post-update
# env: PWD is path to repository
run_hook post-update
}