Skip to content

Commit

Permalink
Update add_general_registry.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth authored Nov 30, 2022
1 parent 6203f24 commit 850b2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_general_registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function general_registry_exists()
if isfile(general_registry_tarball) && isfile(registry_toml_file)
return true
end
general_registry_dir, registry_toml_file = general_registry_location()
general_registry_dir, registry_toml_file = cloned_general_registry_location()
if !isdir(general_registry_dir)
return false
elseif !isfile(registry_toml_file)
Expand Down

0 comments on commit 850b2da

Please sign in to comment.