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:
parent
d23dd9fbfc
commit
89d241a79c
155 changed files with 2508 additions and 2508 deletions
|
@ -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'))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue