pull/235/head
mdugdale 2021-04-07 20:50:33 +01:00
parent 770f4d539e
commit f57f11449f
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ class AWS {
workingdir, workingdir,
secrets, secrets,
) { ) {
const logid = customAlphabet(alphabet, 9); const logid = customAlphabet(alphabet, 9)();
commands[1] += ` commands[1] += `
echo "${logid}" echo "${logid}"
`; `;