Skip to content

Commit d424387

Browse files
committed
Fix bug in indexing code
1 parent 33c973c commit d424387

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

registryindexer/main.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ max_tasks = length(ARGS)>1 ? parse(Int, ARGS[2]) : 1
66

77
julia_versions = [v"1.6.1"]
88

9-
using Pkg, UUIDs, Tar, CodecZlib
9+
using Pkg
1010

1111
Pkg.activate(@__DIR__)
1212
Pkg.instantiate()
1313

14-
using ProgressMeter, Query, JSON
14+
using ProgressMeter, Query, JSON, UUIDs, Tar, CodecZlib
1515

1616
function get_all_package_versions(;max_versions=typemax(Int))
1717
registry_folder_path = joinpath(homedir(), ".julia", "registries", "General")

0 commit comments

Comments
 (0)