Merge "Fix syntax error" into stable/ussuri

changes/15/735815/1
Zuul 3 years ago committed by Gerrit Code Review
commit 72e7c0903b

@ -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)

Loading…
Cancel
Save