Skip to content

Commit

Permalink
fix typo in check-mac.R (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry authored Jul 15, 2024
1 parent c3fa3df commit fbbd31c
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 fbbd31c

Please sign in to comment.