Unverified Commit 7f33ae3b authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #3059 from andybotting/dev

Fix CI test failure for deploy/openstack.sh
parents 645135bf 3ce967d8
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment