X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftools%2Fpeertube-get-access-token.ts;h=71a4826e8f90e5f2410aee535a1238e9c742bf86;hb=5f3505ba78bc05fc61aeca44d95f9a954934c0fc;hp=d59a3632e4e4bec56fccebbaf05d501db500b308;hpb=3318147300b4f998adf728eb0a5a14a4c1829c51;p=github%2FChocobozzz%2FPeerTube.git 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 @@ import { program } from 'commander' -import { assignToken, buildServer } from './cli' +import { assignToken, buildServer } from './shared' program .option('-u, --url ', 'Server url')