X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-redundancy.ts;h=2c62a3c195db7524d54a4f0f17d2cd765f3bf3f8;hb=419b520ca4434d17f3505013174e195c3a316716;hp=73b026ac8f40e6f941733330fd5ccfe3eeb69aa3;hpb=c4fa01f7c45b66b112ebd08abce744b7c4041feb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/tools/peertube-redundancy.ts b/server/tools/peertube-redundancy.ts index 73b026ac8..2c62a3c19 100644 --- a/server/tools/peertube-redundancy.ts +++ b/server/tools/peertube-redundancy.ts @@ -1,7 +1,4 @@ -import { registerTSPaths } from '../helpers/register-ts-paths' -registerTSPaths() - -import * as CliTable3 from 'cli-table3' +import CliTable3 from 'cli-table3' import { Command, program } from 'commander' import { uniq } from 'lodash' import { URL } from 'url' @@ -12,7 +9,7 @@ import { assignToken, buildServer, getServerCredentials } from './cli' import bytes = require('bytes') program - .name('plugins') + .name('redundancy') .usage('[command] [options]') program