Browse Source

Spelled 'Linux' properly

master
boB Rudis 6 years ago
parent
commit
ce718a47be
No known key found for this signature in database GPG Key ID: 2A514A4997464560
  1. 2
      R/onAttach.R

2
R/onAttach.R

@ -18,7 +18,7 @@
Sys.setenv(HEADLESS_CHROME="/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome")
}
if (unname(Sys.info()["sysname"] == "Lniux")) {
if (unname(Sys.info()["sysname"] == "Linux")) {
Sys.setenv(HEADLESS_CHROME="/usr/bin/google-chrome")
}

Loading…
Cancel
Save