Fix typo modules -> amps.

This commit is contained in:
Tom Page
2020-02-03 15:48:32 +00:00
parent 4cb1403add
commit 37aea72fed

View File

@@ -269,7 +269,7 @@ module.exports = class extends Generator {
// Empty addons directories.
['alfresco', 'share'].forEach(container => {
['jars', 'modules'].forEach(addonType => {
['jars', 'amps'].forEach(addonType => {
this.fs.copy(
this.templatePath('empty/empty'),
this.destinationPath(container + '/modules/' + addonType + '/empty')