Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RossanaTat committed Sep 5, 2024
1 parent 10f563a commit 8283d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/joyn-merge.R
Original file line number Diff line number Diff line change
Expand Up @@ -560,9 +560,9 @@ joyn <- function(x,
## show messages ------------------

# get output method option
output_method <- getOption("joyn.output_method", "plain")
output_method <- getOption("joyn.output_method")

if (output_method) {
if (output_method == TRUE) {
cli::cli_li(
sprintf(
"Joyn returned {.run [{.strongArg {notes_count} notes}](joyn::joyn_msg('%s'))} and raised
Expand Down

0 comments on commit 8283d34

Please sign in to comment.