diff options
author | Chocobozzz <me@florianbigard.com> | 2018-11-14 15:45:50 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-11-14 16:32:28 +0100 |
commit | e5cb43e071924b8cbc77731d3a0511b4f7bcff9d (patch) | |
tree | bdce93551ece09c98f2711e2a820015e3e848114 /server/tools/peertube.ts | |
parent | 5c6d985faeef1d6793d3f44ca6374f1a9b722806 (diff) | |
download | PeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.tar.gz PeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.tar.zst PeerTube-e5cb43e071924b8cbc77731d3a0511b4f7bcff9d.zip |
Clean up peertube auth
Diffstat (limited to 'server/tools/peertube.ts')
-rwxr-xr-x | server/tools/peertube.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tools/peertube.ts b/server/tools/peertube.ts index c8b9fa744..5d3ab2815 100755 --- a/server/tools/peertube.ts +++ b/server/tools/peertube.ts | |||
@@ -58,7 +58,7 @@ if (!process.argv.slice(2).length) { | |||
58 | ,"\\/ | 58 | ,"\\/ |
59 | _,.__/"\\/_ (the CLI for red chocobos) | 59 | _,.__/"\\/_ (the CLI for red chocobos) |
60 | / \\) "./, ". | 60 | / \\) "./, ". |
61 | --/---"---" "-) )---- by Chocobozzz et al.`) | 61 | --/---"---" "-) )---- by Chocobozzz et al.\n`) |
62 | } | 62 | } |
63 | 63 | ||
64 | getSettings() | 64 | getSettings() |