mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-10 14:11:25 +00:00
Fix typo modules -> amps.
This commit is contained in:
@@ -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')
|
||||
|
Reference in New Issue
Block a user