Merge "Fix syntax error"

This commit is contained in:
Zuul 2020-05-30 05:29:15 +00:00 committed by Gerrit Code Review
commit f14e12e27f
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)