Merge pull request #3059 from andybotting/dev

Fix CI test failure for deploy/openstack.sh
This commit is contained in:
neil 2020-07-16 13:44:40 +08:00 committed by GitHub
commit 7f33ae3bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ openstack_deploy() {
return 1
fi
_debug _import_pkcs12 "$_import_pkcs12"
_base64_pkcs12=$(_base64 "multiline" < "$_import_pkcs12")
_base64_pkcs12=$(_base64 "multiline" <"$_import_pkcs12")
secretHrefs=$(_openstack_get_secrets)
_debug secretHrefs "$secretHrefs"