lib/spandx/cli/commands/index/update.rb in spandx-0.9.0 vs lib/spandx/cli/commands/index/update.rb in spandx-0.10.0
- old
+ new
@@ -9,9 +9,10 @@
@options = options
end
def execute(output: $stdout)
[
+ 'https://github.com/mokhan/spandx-index.git',
'https://github.com/mokhan/spandx-rubygems.git',
'https://github.com/spdx/license-list-data.git',
].each do |url|
output.puts "Updating #{url}..."
Spandx::Core::Database.new(url: url).update!