Skip to content

Commit

Permalink
small fix to clean up message
Browse files Browse the repository at this point in the history
  • Loading branch information
karissawhiting committed Dec 8, 2023
1 parent b412615 commit 74ef3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
study_id_guess %||% cli::cli_abort("Unable to guess a {.code study_id} for your database.
Please provide a {.code study_id}.")

cli::cli_alert_info("No {.code study_id} provided. Using {.val {study_id_guess}} as default study")
study_id %||% cli::cli_alert_info("No {.code study_id} provided. Using {.val {study_id_guess}} as default study")

return(study_id_guess)
}
Expand Down

0 comments on commit 74ef3b3

Please sign in to comment.