Fix syntax error

Change-Id: Id8028c0f92aa722344e6d4f157c1735a0af96bec
Signed-off-by: Lon Hohberger <lhh@redhat.com>
(cherry picked from commit dbf0e083be)
This commit is contained in:
Lon Hohberger 2020-05-29 08:15:33 -04:00 committed by Alex Schultz
parent 16157afead
commit 64641facd9
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ function workflow_finished {
done
echo "Workflow $execution_id did not finish after $ENABLE_SSH_ADMIN_TIMEOUT seconds."
return 1
}
function generate_short_term_keys {
local tmpdir=$(mktemp -d)