1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Shorter server command names

This commit is contained in:
Chocobozzz 2021-07-16 09:04:35 +02:00
parent d23dd9fbfc
commit 89d241a79c
No known key found for this signature in database
GPG key ID: 583A612D890159BE
155 changed files with 2508 additions and 2508 deletions

View file

@ -251,6 +251,6 @@ export class PluginsCommand extends AbstractCommand {
}
private getPackageJSONPath (npmName: string) {
return this.server.serversCommand.buildDirectory(join('plugins', 'node_modules', npmName, 'package.json'))
return this.server.servers.buildDirectory(join('plugins', 'node_modules', npmName, 'package.json'))
}
}