Skip to content

Commit

Permalink
fix: install Plugins.md when haraka -i
Browse files Browse the repository at this point in the history
fixes #3394
  • Loading branch information
msimerson committed Sep 21, 2024
1 parent 504570e commit 0edbcaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/haraka
Original file line number Diff line number Diff line change
Expand Up @@ -554,6 +554,7 @@ else if (parsed.install) {
for (const d of ['plugins', 'docs', 'config']) {
utils.mkDir(path.join(pa, d));
}
utils.copyFile(path.join(base, 'docs', 'Plugins.md'), path.join(pa, 'docs', 'Plugins.md'));
utils.createFile(path.join(pa, 'README'), readme, {}, parsed.force);
utils.createFile(path.join(pa, 'package.json'), packageJson, {}, parsed.force);
const bytes = require('crypto').randomBytes(32);
Expand Down

0 comments on commit 0edbcaa

Please sign in to comment.