diff options
author | Chocobozzz <me@florianbigard.com> | 2021-07-22 11:58:44 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-07-22 12:01:58 +0200 |
commit | 7a397c7f1548750bc6c1609bcdd34d1bded9fbf7 (patch) | |
tree | 51041c82febb8cc9ff97b920a9809ee1fb46f2d3 /shared/extra-utils/server/servers-command.ts | |
parent | 20bafcb61bee2a9a10a500908850c9a7d5e3c8c5 (diff) | |
download | PeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.tar.gz PeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.tar.zst PeerTube-7a397c7f1548750bc6c1609bcdd34d1bded9fbf7.zip |
Upgrade server dependencies
Diffstat (limited to 'shared/extra-utils/server/servers-command.ts')
-rw-r--r-- | shared/extra-utils/server/servers-command.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shared/extra-utils/server/servers-command.ts b/shared/extra-utils/server/servers-command.ts index 107e2b4ad..a78921f2a 100644 --- a/shared/extra-utils/server/servers-command.ts +++ b/shared/extra-utils/server/servers-command.ts | |||
@@ -3,8 +3,7 @@ import { copy, ensureDir, readFile, remove } from 'fs-extra' | |||
3 | import { join } from 'path' | 3 | import { join } from 'path' |
4 | import { root } from '@server/helpers/core-utils' | 4 | import { root } from '@server/helpers/core-utils' |
5 | import { HttpStatusCode } from '@shared/models' | 5 | import { HttpStatusCode } from '@shared/models' |
6 | import { getFileSize } from '@uploadx/core' | 6 | import { getFileSize, isGithubCI, wait } from '../miscs' |
7 | import { isGithubCI, wait } from '../miscs' | ||
8 | import { AbstractCommand, OverrideCommandOptions } from '../shared' | 7 | import { AbstractCommand, OverrideCommandOptions } from '../shared' |
9 | 8 | ||
10 | export class ServersCommand extends AbstractCommand { | 9 | export class ServersCommand extends AbstractCommand { |