pashage

Yet Another Opinionated Re-engineering of the Unix Password Store
git clone https://git.instinctive.eu/pashage.git
Log | Files | Refs | README | LICENSE

commit 0f37fcba2da1d4b87f53c3ccd7fff79da795b808
parent 164e977f5647547c26a69ac2e0ef2c3a9e06583c
Author: Natasha Kerensikova <natgh@instinctive.eu>
Date:   Thu, 13 Nov 2025 19:58:34 +0000

Typo in function header is corrected
Diffstat:
Msrc/pashage.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pashage.sh b/src/pashage.sh @@ -736,7 +736,7 @@ do_grep() { unset HEADER } -# Wrapper around grep filter to added a header when a match is found +# Wrapper around grep filter to add a header when a match is found # ... grep arguments # HEADER header to print before matches, if any do_grep_filter() {