mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
Fix typo modules -> amps.
This commit is contained in:
@@ -269,7 +269,7 @@ module.exports = class extends Generator {
|
|||||||
|
|
||||||
// Empty addons directories.
|
// Empty addons directories.
|
||||||
['alfresco', 'share'].forEach(container => {
|
['alfresco', 'share'].forEach(container => {
|
||||||
['jars', 'modules'].forEach(addonType => {
|
['jars', 'amps'].forEach(addonType => {
|
||||||
this.fs.copy(
|
this.fs.copy(
|
||||||
this.templatePath('empty/empty'),
|
this.templatePath('empty/empty'),
|
||||||
this.destinationPath(container + '/modules/' + addonType + '/empty')
|
this.destinationPath(container + '/modules/' + addonType + '/empty')
|
||||||
|
Reference in New Issue
Block a user