mirror of
https://github.com/julia-actions/julia-runtest.git
synced 2026-02-23 16:36:55 +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)
|
delays = ExponentialBackOff(; n = n, max_delay = max_delay)
|
||||||
try
|
try
|
||||||
retry(add_general_registry; delays = delays)()
|
retry(add_general_registry; delays = delays)()
|
||||||
@info("Successfully add the General registry")
|
@info("Successfully added the General registry")
|
||||||
catch ex
|
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()))
|
@error(msg, exception=(ex,catch_backtrace()))
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user