diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-02-08 20:36:57 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-02-08 20:36:57 +0100 |
commit | 01a07456e476237b7f78fddb3ea815537fc35af0 (patch) | |
tree | b9ff989597819cf8d2c6a256d8efd4f37e15a70c /scripts/update-host.js | |
parent | 9cc99d7b569765412c9898cfd5452dba5ee5e4b4 (diff) | |
download | PeerTube-01a07456e476237b7f78fddb3ea815537fc35af0.tar.gz PeerTube-01a07456e476237b7f78fddb3ea815537fc35af0.tar.zst PeerTube-01a07456e476237b7f78fddb3ea815537fc35af0.zip |
Document update host script
Diffstat (limited to 'scripts/update-host.js')
-rwxr-xr-x | scripts/update-host.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/update-host.js b/scripts/update-host.js index 18e35386c..8ae0f0d0e 100755 --- a/scripts/update-host.js +++ b/scripts/update-host.js | |||
@@ -2,8 +2,6 @@ | |||
2 | 2 | ||
3 | 'use strict' | 3 | 'use strict' |
4 | 4 | ||
5 | // TODO: document this script | ||
6 | |||
7 | const fs = require('fs') | 5 | const fs = require('fs') |
8 | const parseTorrent = require('parse-torrent') | 6 | const parseTorrent = require('parse-torrent') |
9 | 7 | ||