Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Dec 6, 2023
1 parent 4a71c94 commit 594b5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/install_cran_pkgs.R
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ tlmgr path add
'
# nolint end
exit_status <- system(tinytex_installer)
cat("TinyTex installer exited with code =", exit_status, "\n")
cat("TinyTeX installer exited with code =", exit_status, "\n")
if (exit_status != 0) {
quit(status = exit_status)
}
Expand All @@ -296,7 +296,7 @@ export PATH=/opt/TinyTeX/bin/x86_64-linux:${PATH}
echo "PATH=${PATH}" >> ${R_HOME}/etc/Renviron
'
exit_status <- system(permission_update)
cat("TinyTex permission update exited with code =", exit_status, "\n")
cat("TinyTeX permission update exited with code =", exit_status, "\n")
if (exit_status != 0) {
quit(status = exit_status)
}
Expand Down

0 comments on commit 594b5e5

Please sign in to comment.