correct spacing

pull/263/head
Frostebite 2021-05-02 02:45:28 +01:00
parent c944744072
commit 47ea0142c5
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -510,7 +510,7 @@ class AWS {
const template3 = ` const template3 = `
- Name: '${secret.ParameterKey.toUpperCase()}' - Name: '${secret.ParameterKey.toUpperCase()}'
ValueFrom: !Ref ${secret.ParameterKey}Secret ValueFrom: !Ref ${secret.ParameterKey}Secret
`; `;
taskDefCloudFormation = [ taskDefCloudFormation = [
taskDefCloudFormation.slice(0, indexp3), taskDefCloudFormation.slice(0, indexp3),
template3, template3,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -365,7 +365,7 @@ class AWS {
const template3 = ` const template3 = `
- Name: '${secret.ParameterKey.toUpperCase()}' - Name: '${secret.ParameterKey.toUpperCase()}'
ValueFrom: !Ref ${secret.ParameterKey}Secret ValueFrom: !Ref ${secret.ParameterKey}Secret
`; `;
taskDefCloudFormation = [ taskDefCloudFormation = [
taskDefCloudFormation.slice(0, indexp3), taskDefCloudFormation.slice(0, indexp3),
template3, template3,