Skip to content

Commit

Permalink
Update snapshot-manage.R
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy authored Apr 21, 2024
1 parent 02f4fae commit 567806e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/snapshot-manage.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ snapshot_review <- function(files = NULL, path = "tests/testthat") {

rs_avail <- rstudio_tickle()
if (rs_avail) {
executeCommand("activateBuild")
rstudioapi::executeCommand("activateBuild")
}
invisible()
}
Expand Down

0 comments on commit 567806e

Please sign in to comment.