Merge "Fix syntax error" into stable/ussuri

This commit is contained in:
Zuul 2020-06-16 02:34:09 +00:00 committed by Gerrit Code Review
commit 72e7c0903b
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)