aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/migrations/peertube-2.1.ts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/migrations/peertube-2.1.ts')
-rw-r--r--scripts/migrations/peertube-2.1.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/migrations/peertube-2.1.ts b/scripts/migrations/peertube-2.1.ts
index e17e58166..4bbc203c1 100644
--- a/scripts/migrations/peertube-2.1.ts
+++ b/scripts/migrations/peertube-2.1.ts
@@ -8,7 +8,7 @@ import { HLS_STREAMING_PLAYLIST_DIRECTORY, STATIC_PATHS, WEBSERVER } from '@serv
8import { pathExists, stat, writeFile } from 'fs-extra' 8import { pathExists, stat, writeFile } from 'fs-extra'
9import { createTorrentPromise } from '@server/helpers/webtorrent' 9import { createTorrentPromise } from '@server/helpers/webtorrent'
10import { CONFIG } from '@server/initializers/config' 10import { CONFIG } from '@server/initializers/config'
11import * as parseTorrent from 'parse-torrent' 11import parseTorrent from 'parse-torrent'
12import { logger } from '@server/helpers/logger' 12import { logger } from '@server/helpers/logger'
13 13
14run() 14run()