From 1a73a7dcd0d38bebbb2cf7067851fc91b8b7f0d3 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 15 Feb 2023 16:30:33 +0100 Subject: Move cli.ts in a private shared directory It's only used by cli scripts of this directory --- server/tools/peertube-redundancy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tools/peertube-redundancy.ts') diff --git a/server/tools/peertube-redundancy.ts b/server/tools/peertube-redundancy.ts index 5c82fa420..fd6c760b2 100644 --- a/server/tools/peertube-redundancy.ts +++ b/server/tools/peertube-redundancy.ts @@ -4,7 +4,7 @@ import { URL } from 'url' import validator from 'validator' import { forceNumber, uniqify } from '@shared/core-utils' import { HttpStatusCode, VideoRedundanciesTarget } from '@shared/models' -import { assignToken, buildServer, getServerCredentials } from './cli' +import { assignToken, buildServer, getServerCredentials } from './shared' import bytes = require('bytes') program -- cgit v1.2.3