diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 17:05:35 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2023-04-09 17:05:35 -0700 |
commit | aaa01fd895c3746e1aebbb65ab3c730f35ecc096 (patch) | |
tree | 702d73e70d86dc7f47aa80a382ce04609796761f /gen | |
parent | Sentence case site. (diff) | |
download | overlays-master.tar.gz overlays-master.tar.bz2 overlays-master.zip |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'gen')
-rw-r--r-- | gen | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ require 'nokogiri' require 'open-uri' REPOSITORIES_XML = 'https://api.gentoo.org/overlays/repositories.xml'.freeze -$xml = Nokogiri::XML(open(REPOSITORIES_XML)) +$xml = Nokogiri::XML(URI.open(REPOSITORIES_XML)) def render_table r = '' |