Skip to content

Commit

Permalink
Fix Rscript path
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Nov 15, 2023
1 parent d977c1b commit 878b8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltstack/salt/dependencies/quarto/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ fix_/usr/local_permissions_quarto:

test_quarto_install:
cmd.run:
- name: Rscript -e 'install.packages("quarto", type="source", repos="https://cran.r-project.org")'
- name: {% if grains['os'] == 'Ubuntu' %}{{ machine.r_path }}{% endif %}Rscript -e 'install.packages("quarto", type="source", repos="https://cran.r-project.org")'
- runas: {{ machine.user.name }}

0 comments on commit 878b8cd

Please sign in to comment.