Skip to content

Commit

Permalink
Update R/example.R
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Liétar <[email protected]>
  • Loading branch information
richfitz and plietar authored Oct 22, 2024
1 parent fae9722 commit 0e2e1be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/example.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ orderly_example <- function(name, ..., dest = NULL) {
} else {
assert_scalar_character(dest)
if (file.exists(dest)) {
cli::cli_abort("The path '{dest}' cannot exist")
cli::cli_abort("The path '{dest}' must not exist")
}
}
orderly_init(..., root = dest)
Expand Down

0 comments on commit 0e2e1be

Please sign in to comment.