Skip to content

Commit

Permalink
woopsy, forgot a slash
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 24, 2022
1 parent 78e6ab6 commit c161950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions badges.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def make_svgs
end
pkgs.map { |e|
svg = badge_create_type(e, 'summary')
File.open("svgs/badges/summary" + e + ".svg", 'w') { |f| f.puts svg }
File.open("svgs/badges/summary/" + e + ".svg", 'w') { |f| f.puts svg }

svg = badge_create_type(e, 'worst')
File.open("svgs/badges/worst" + e + ".svg", 'w') { |f| f.puts svg }
File.open("svgs/badges/worst/" + e + ".svg", 'w') { |f| f.puts svg }
}
end

0 comments on commit c161950

Please sign in to comment.