template fix

pull/263/head
Frostebite 2021-05-22 21:20:44 +01:00
parent 83bcd4ba22
commit b33ed1986f
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1243,7 +1243,7 @@ class AWSBuildEnvironment {
return `
- Name: '${p1}'
ValueFrom: !Ref ${p2}Secret
`;
`;
}
static insertAtTemplate(template, insertionKey, insertion) {
const index = template.search(insertionKey) + insertionKey.length + '\n'.length;

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -63,7 +63,7 @@ class AWSBuildEnvironment {
return `
- Name: '${p1}'
ValueFrom: !Ref ${p2}Secret
`;
`;
}
static insertAtTemplate(template, insertionKey, insertion) {