Skip to content

Commit

Permalink
remove stray comma
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinushey committed Oct 10, 2024
1 parent f47e5c5 commit a17da77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pak.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ renv_pak_restore <- function(lockfile,
# perform installation
pak$pkg_install(
pkg = remotes,
ask = prompt,
ask = prompt
)

# return installed records
Expand Down

0 comments on commit a17da77

Please sign in to comment.