Skip to content

Commit 10e0c80

Browse files
committed
[DO NOT MERGE] make shellcheck fail.
1 parent 9194324 commit 10e0c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scripts/ci/deploy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ trap 'cleanup' EXIT SIGHUP SIGINT SIGTERM
2525
# See: http://docs.ansible.com/ansible/intro_getting_started.html#host-key-checking
2626
export ANSIBLE_HOST_KEY_CHECKING=False
2727

28-
if [ -z "${encrypted_bf07cb25089f_key:-}" ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
28+
if [ -z ${encrypted_bf07cb25089f_key:-} ] || [ -z "${encrypted_bf07cb25089f_iv:-}" ] ; then
2929
echo >&2 'ERROR: encrypted_bf07cb25089f_key or encrypted_bf07cb25089f_iv were not defined!'
3030
exit 1
3131
fi

0 commit comments

Comments
 (0)