Skip to content

Commit

Permalink
message typo (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
aronatkins authored Aug 17, 2023
1 parent 53d410b commit 5261d4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/bundlePackageRenv.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ parseRenvDependencies <- function(bundleDir, snapshot = FALSE) {
cli::cli_abort(c(
"Library and lockfile are out of sync",
i = "Use renv::restore() or renv::snapshot() to synchronise",
i = "Or ignore the lockfile by adding to you .rscignore"
i = "Or ignore the lockfile by adding to your .rscignore"
))
}
}
Expand Down
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/bundlePackageRenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
Error in `parseRenvDependencies()`:
! Library and lockfile are out of sync
i Use renv::restore() or renv::snapshot() to synchronise
i Or ignore the lockfile by adding to you .rscignore
i Or ignore the lockfile by adding to your .rscignore

0 comments on commit 5261d4a

Please sign in to comment.