diff options
Diffstat (limited to 'server/tools/peertube-get-access-token.ts')
-rw-r--r-- | server/tools/peertube-get-access-token.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube-get-access-token.ts b/server/tools/peertube-get-access-token.ts index d59a3632e..71a4826e8 100644 --- a/server/tools/peertube-get-access-token.ts +++ b/server/tools/peertube-get-access-token.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { program } from 'commander' | 1 | import { program } from 'commander' |
2 | import { assignToken, buildServer } from './cli' | 2 | import { assignToken, buildServer } from './shared' |
3 | 3 | ||
4 | program | 4 | program |
5 | .option('-u, --url <url>', 'Server url') | 5 | .option('-u, --url <url>', 'Server url') |