Skip to content

Commit

Permalink
fix typo in check-mac.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Feb 21, 2024
1 parent c3fa3df commit 6b05454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/check-mac.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ check_mac_release <- function(pkg = ".", dep_pkgs = character(), args = NULL, ma

cli::cat_rule(col = "cyan")
cli::cli_inform(c(
i = "Check {.url {response_url}} the results in 5-10 mins (~{time})."
i = "Check {.url {response_url}} for the results in 5-10 mins (~{time})."
))
}

Expand Down

0 comments on commit 6b05454

Please sign in to comment.