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:
parent
4c3dbb7acd
commit
9f167f12aa
2 changed files with 6 additions and 3 deletions
|
@ -93,6 +93,8 @@ program
|
|||
})
|
||||
|
||||
settings.remotes.forEach(element => {
|
||||
if (!netrc.machines[element]) return
|
||||
|
||||
table.push([
|
||||
element,
|
||||
netrc.machines[element].login
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue