Add quotes
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-10-30 00:39:24 +01:00
parent 188dc56dd1
commit 8d7194fcce
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

@ -573,7 +573,7 @@ sub_app_secret_insert() {
SECRET="$abra__secret_"
VERSION="$abra__version_"
PW="$abra__data_"
STORE_WITH_PASS=$abra___pass
STORE_WITH_PASS="$abra___pass"
if [ -z "$SECRET" ] || [ -z "$VERSION" ] || [ -z "$PW" ]; then
error "Required arguments missing"