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-upload.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tools/peertube-upload.ts') diff --git a/server/tools/peertube-upload.ts b/server/tools/peertube-upload.ts index 114fe8a29..87da55005 100644 --- a/server/tools/peertube-upload.ts +++ b/server/tools/peertube-upload.ts @@ -1,7 +1,7 @@ import { program } from 'commander' import { access, constants } from 'fs-extra' import { isAbsolute } from 'path' -import { assignToken, buildCommonVideoOptions, buildServer, buildVideoAttributesFromCommander, getServerCredentials } from './cli' +import { assignToken, buildCommonVideoOptions, buildServer, buildVideoAttributesFromCommander, getServerCredentials } from './shared' let command = program .name('upload') -- cgit v1.2.3