X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-plugins.ts;h=c51d9ebd143a29ff4579356d78b21c9d36165dc6;hb=bd09dfaf8dcb0ca4cd5dac9f13e3117486f3bcce;hp=47090b3a51dd234c07245b5196652564db09af39;hpb=f8360396ffabd2f95e9ece9c5755173bae0114b6;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-plugins.ts b/server/tools/peertube-plugins.ts index 47090b3a5..c51d9ebd1 100644 --- a/server/tools/peertube-plugins.ts +++ b/server/tools/peertube-plugins.ts @@ -69,7 +69,7 @@ async function pluginsListCLI (command: Command, options: OptionValues) { const table = new CliTable3({ head: [ 'name', 'version', 'homepage' ], - colWidths: [ 50, 10, 50 ] + colWidths: [ 50, 20, 50 ] }) as any for (const plugin of data) {