Skip to content

Commit 11835d0

Browse files
authored
Merge pull request #725 from thomasgohard/fix-build
Fix errors causing build to fail the rubocop checks.
2 parents 1620434 + 45bb4cb commit 11835d0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

script/ensure-orgs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ files.each do |file|
4141
data.each do |group, orgs|
4242
not_orgs = Parallel.map(orgs) { |org| org unless org?(org) }.compact
4343
next if not_orgs.empty?
44+
4445
puts "\nIn #{File.basename(file)}, in the #{group} group, the following entries are users, not orgs:\n\n"
4546
puts not_orgs
4647
valid = false

script/fetch-us

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ orgs = orgs['results'].collect { |data| data['account'] }
2727
orgs.each do |org|
2828
next if existing.include?(org.downcase)
2929
next unless org_exists? org
30+
3031
org_file['U.S. Federal'].push(org.downcase)
3132
end
3233

0 commit comments

Comments
 (0)