From ec3952b0148b15c5561395f88d6aaf6149659267 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 15 Jul 2021 07:23:06 +0300 Subject: [PATCH] misc: typo --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 60a5354..9c360a5 100755 --- a/kiss +++ b/kiss @@ -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 }