Skip to content

Commit

Permalink
fix introduced bug
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber authored Aug 24, 2024
1 parent 07a06d3 commit 0bc2843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ results <- sapply(as.list(global.libraries), pkgTest)

# webshot extra config

if is_phantomjs_installed() {
if webshot::is_phantomjs_installed() {
message("PhantomJS already installed")
} else {
webshot::install_phantomjs()
Expand Down

0 comments on commit 0bc2843

Please sign in to comment.