Skip to content

Commit

Permalink
Fix quarto install path
Browse files Browse the repository at this point in the history
  • Loading branch information
jwokaty committed Mar 29, 2024
1 parent a3fdc84 commit 09ea497
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 @@ -7,7 +7,7 @@
download_quarto:
cmd.run:
- name: curl -LO {{ machine.dependencies.quarto }}
- cwd: {% if grains['os'] == 'Ubuntu' %}/tmp{% else %}/{{ machine.user.name }}/Downloads{% endif %}
- cwd: {% if grains['os'] == 'Ubuntu' %}/tmp{% else %}{{ machine.user.home }}/{{ machine.user.name }}/Downloads{% endif %}
- user: {{ machine.user.name }}

{%- if grains['os'] == 'Ubuntu' %}
Expand Down

0 comments on commit 09ea497

Please sign in to comment.