Skip to content

Commit

Permalink
fix(package): remove double colon on pillar item
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbertoli committed Oct 27, 2021
1 parent 7762c85 commit 6049849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/package/install.sls
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ node-package-install-pkg-installed:
- reload_modules: true
{%- if salt['pillar.get']('node:pkg:version', '') %}
{# use pkg:version for pinning #}
- version: {{ salt['pillar.get']('node:pkg::version', '') }}
- version: {{ salt['pillar.get']('node:pkg:version', '') }}
{%- endif %}

0 comments on commit 6049849

Please sign in to comment.