1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix netrc tools

This commit is contained in:
Chocobozzz 2019-06-11 09:25:20 +02:00
parent 4c3dbb7acd
commit 9f167f12aa
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 6 additions and 3 deletions

View file

@ -93,6 +93,8 @@ program
})
settings.remotes.forEach(element => {
if (!netrc.machines[element]) return
table.push([
element,
netrc.machines[element].login