Skip to content

Commit

Permalink
Fix two small typos (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Feb 7, 2021
1 parent b32c730 commit f8a636d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions add_general_registry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f8a636d

Please sign in to comment.