Skip to content

Commit e31e2a1

Browse files
author
Mahidhar Chaluvadi
committed
fix: config merge fix
- Package gets created in target folder instead of custom path provided Closes #486
1 parent fcac6b9 commit e31e2a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aem-packager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defaults.options.jcrPath = undefined // Set here so it exists when we loop later
2222
const configs = {}
2323
_.defaultsDeep(
2424
configs,
25-
getConfigsFromPackage,
25+
getConfigsFromPackage(),
2626
{
2727
defines: getProjectConfigs()
2828
},

0 commit comments

Comments
 (0)