From da8f009f85cdb438d9acf73eae3c4cfd2fb51735 Mon Sep 17 00:00:00 2001 From: Dennis Eriksen Date: Thu, 7 Sep 2023 12:30:03 +0200 Subject: Redid the perl-version and fixed a typo in zsh and readme --- makepass.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makepass.zsh') diff --git a/makepass.zsh b/makepass.zsh index 668daee..cc3d404 100755 --- a/makepass.zsh +++ b/makepass.zsh @@ -143,7 +143,7 @@ function print_columns() { local strings=($(repeat $num { randstring $chars; : $RANDOM })) - print -- "$title" + print -- "${title}:" for s in $strings; do let i++ -- cgit v1.2.3