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