We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54354bd commit ccf8769Copy full SHA for ccf8769
src/index.js
@@ -74,7 +74,7 @@ function newTaskDefinition(template, options) {
74
c.environment = getEnvVariables(c.environment, options)
75
})
76
77
- return Object.assign({}, template, { containerDefinitions });
+ return Object.assign({}, template, { containerDefinitions })
78
}
79
/*
80
Overwrites an env variable if it exists, adds it if it doesn't
0 commit comments