Skip to content

Commit

Permalink
Use .run from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 18, 2023
1 parent 02c9b4f commit 2584ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/finalize-version.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ finalize_version_impl <- function(push, suggest_finalize = TRUE) {
command <- "fledge::finalize_version()"
}
if (fledge_chatty()) {
cli_alert_warning("Call {.code {command}}.")
cli_alert_warning("Run {.run {command}}.")
}
send_to_console(command)
}
Expand Down

0 comments on commit 2584ea8

Please sign in to comment.