diff options
author | Dennis Eriksen <d@ennis.no> | 2023-09-07 12:30:03 +0200 |
---|---|---|
committer | Dennis Eriksen <d@ennis.no> | 2023-09-07 12:30:03 +0200 |
commit | da8f009f85cdb438d9acf73eae3c4cfd2fb51735 (patch) | |
tree | 0dd8c76f4783ad837bed161d12f03b4f5de46d1a /makepass.zsh | |
parent | More fixes! (diff) | |
download | makepass-da8f009f85cdb438d9acf73eae3c4cfd2fb51735.tar.gz |
Redid the perl-version
and fixed a typo in zsh and readme
Diffstat (limited to 'makepass.zsh')
-rwxr-xr-x | makepass.zsh | 2 |
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++ |