diff --git a/add_general_registry.jl b/add_general_registry.jl index 4da8bf11..036a9b22 100644 --- a/add_general_registry.jl +++ b/add_general_registry.jl @@ -37,9 +37,9 @@ function main(; n = 10, max_delay = 120) delays = ExponentialBackOff(; n = n, max_delay = max_delay) try retry(add_general_registry; delays = delays)() - @info("Successfully add the General registry") + @info("Successfully added the General registry") catch ex - msg = "I was unable to added the General registry. However, the build will continue." + msg = "I was unable to add the General registry. However, the build will continue." @error(msg, exception=(ex,catch_backtrace())) end