]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tools/peertube.ts
Fix test cleanup
[github/Chocobozzz/PeerTube.git] / server / tools / peertube.ts
index 1d3158044c7f33f171615d123ea72dfdacbaa019..b79917b4fe0b4600bdabacc34160b2648b4fb0fd 100644 (file)
@@ -1,7 +1,7 @@
 #!/usr/bin/env node
 
 import { CommandOptions, program } from 'commander'
-import { getSettings, version } from './cli'
+import { getSettings, version } from './shared'
 
 program
   .version(version, '-v, --version')