Skip to content

Commit

Permalink
line too long fix in buckets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Dec 27, 2023
1 parent 62b592b commit 344e36f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/bucket.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ bucket_create_if_not <- function(bucket, force = FALSE) {
if (!force) {
if (yesno("{.strong {bucket}} does not exist. Create it?")) {
cli::cli_inform("Exiting without creating bucket {.strong {bucket}}")
cli::cli_inform("Run again & respond affirmatively or use `aws_bucket_create`")
cli::cli_inform("Run again & respond affirmatively
or use `aws_bucket_create`")
return(invisible())
}
}
Expand Down
2 changes: 1 addition & 1 deletion man/aws_file_copy.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 344e36f

Please sign in to comment.