Skip to content

Commit 5297571

Browse files
committed
Use .run from cli
1 parent e843772 commit 5297571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/finalize-version.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ finalize_version_impl <- function(push, suggest_finalize = TRUE) {
2020
command <- "fledge::finalize_version()"
2121
}
2222
if (fledge_chatty()) {
23-
cli_alert_warning("Call {.code {command}}.")
23+
cli_alert_warning("Run {.run {command}}.")
2424
}
2525
send_to_console(command)
2626
}

0 commit comments

Comments
 (0)