Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Kusumgar committed Jan 24, 2024
1 parent a8c8368 commit 5ebd6e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -453,9 +453,9 @@ get_active_packet <- function() {
prevent_multiple_calls <- function(packet, name, call) {
if (!is.null(packet$orderly2[[name]])) {
cli::cli_abort(
c("Only one call to 'orderly2::orderly_{name}' is allowed",
c("Only one call to 'orderly2::orderly_{name}' is allowed"),
i = paste("You have already called this function earlier",
"in your orderly file"),
call = call))
call = call)
}
}

0 comments on commit 5ebd6e2

Please sign in to comment.