diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-10-10 21:33:40 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-10-10 21:33:40 +0200 |
commit | 3fad43acfb8740f0aa81146277d91073ddf18c65 (patch) | |
tree | cba8494cac7f7dff4c02557843b6f1bf8c475352 /server/tests/real-world/tools/upload.js | |
parent | 1f0f84c27ecadeb02d5ac0b188d73b84c7c40f60 (diff) | |
download | PeerTube-3fad43acfb8740f0aa81146277d91073ddf18c65.tar.gz PeerTube-3fad43acfb8740f0aa81146277d91073ddf18c65.tar.zst PeerTube-3fad43acfb8740f0aa81146277d91073ddf18c65.zip |
Server: fix real world tools
Diffstat (limited to 'server/tests/real-world/tools/upload.js')
-rw-r--r-- | server/tests/real-world/tools/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/real-world/tools/upload.js b/server/tests/real-world/tools/upload.js index 39b4c9b40..ba08028cf 100644 --- a/server/tests/real-world/tools/upload.js +++ b/server/tests/real-world/tools/upload.js | |||
@@ -3,7 +3,7 @@ | |||
3 | const program = require('commander') | 3 | const program = require('commander') |
4 | const fs = require('fs') | 4 | const fs = require('fs') |
5 | 5 | ||
6 | const utils = require('../../api/utils') | 6 | const utils = require('../../utils/videos') |
7 | 7 | ||
8 | program | 8 | program |
9 | .option('-u, --url <url>', 'Server url') | 9 | .option('-u, --url <url>', 'Server url') |