Skip to content

Commit

Permalink
Update dump_github_contributors.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril authored Nov 17, 2024
1 parent 361d82b commit 9ba0b7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/dump_github_contributors.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@ function load_contribs([string] $repo)
}

$engineJson = load_contribs("space-wizards/RobustToolbox")
$contentJson = load_contribs("Simple-Station/Einstein-Engines")
$contentJson = load_contribs("TheDenSS14/TheDen")

($engineJson).login + ($contentJson).login `
| select -unique `
| Where-Object { -not $ignore[$_] }`
| ForEach-Object { if($replacements[$_] -eq $null){ $_ } else { $replacements[$_] }} `
| Sort-object `
| Join-String -Separator ", "
| Join-String -Separator ", "

0 comments on commit 9ba0b7f

Please sign in to comment.