aboutsummaryrefslogtreecommitdiffstats
path: root/makepass.zsh
diff options
context:
space:
mode:
authorDennis Eriksen <d@ennis.no>2023-09-07 12:30:03 +0200
committerDennis Eriksen <d@ennis.no>2023-09-07 12:30:03 +0200
commitda8f009f85cdb438d9acf73eae3c4cfd2fb51735 (patch)
tree0dd8c76f4783ad837bed161d12f03b4f5de46d1a /makepass.zsh
parentMore fixes! (diff)
downloadmakepass-da8f009f85cdb438d9acf73eae3c4cfd2fb51735.tar.gz
Redid the perl-version
and fixed a typo in zsh and readme
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-xmakepass.zsh2
1 files changed, 1 insertions, 1 deletions
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++