Skip to content

Commit

Permalink
closes #281 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosiahParry authored Jan 12, 2024
1 parent 596ae98 commit e77d656
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/license_note.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ write_license_note <- function(path = ".", quiet = FALSE, force = TRUE) {
cli::cli_abort(
c(
"The {.code cargo license} command is required to run the {.fun write_license_note} function.",
"Please install cargo-license ({.url https://crates.io/crates/cargo-license}) first."
"*" = "Please install cargo-license ({.url https://crates.io/crates/cargo-license}) first.",
i = "Run {.code cargo install cargo-license} from your terminal."
),
class = "rextendr_error"
)
Expand Down

0 comments on commit e77d656

Please sign in to comment.