mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-12 11:06:54 +08:00
Fix two small typos (#34)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user