We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e843772 commit 5297571Copy full SHA for 5297571
R/finalize-version.R
@@ -20,7 +20,7 @@ finalize_version_impl <- function(push, suggest_finalize = TRUE) {
20
command <- "fledge::finalize_version()"
21
}
22
if (fledge_chatty()) {
23
- cli_alert_warning("Call {.code {command}}.")
+ cli_alert_warning("Run {.run {command}}.")
24
25
send_to_console(command)
26
0 commit comments