This commit is contained in:
Luke Murphy 2020-10-28 18:24:15 +01:00
parent 3b730d314b
commit c1d12eacc5
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

2
abra
View File

@ -570,7 +570,7 @@ sub_app_secret_generate(){
SECRET="$abra__secret_"
VERSION="$abra__version_"
PWGEN=${abra__cmd_:-pwqgen}
PWGEN=${abra__cmd_:-pwgen}
if [ -z "$SECRET" ] || [ -z "$VERSION" ]; then