Skip to content

Commit ccf8769

Browse files
author
Dido (Christoph Poelt)
committed
fix linter
1 parent 54354bd commit ccf8769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function newTaskDefinition(template, options) {
7474
c.environment = getEnvVariables(c.environment, options)
7575
})
7676

77-
return Object.assign({}, template, { containerDefinitions });
77+
return Object.assign({}, template, { containerDefinitions })
7878
}
7979
/*
8080
Overwrites an env variable if it exists, adds it if it doesn't

0 commit comments

Comments
 (0)