diff --git a/states/ripgrep/install.sls b/states/ripgrep/install.sls index ea5c945..b037ff0 100644 --- a/states/ripgrep/install.sls +++ b/states/ripgrep/install.sls @@ -1,6 +1,6 @@ --- {%- from "ripgrep/map.jinja" import ripgrep with context %} -{% set archive_exclude_dir = './ripgrep-' + fd.version + '-' + fd.arch + '-unknown-' + fd.os + '-musl' %} +{% set archive_exclude_dir = './ripgrep-' + ripgrep.version + '-' + ripgrep.arch + '-unknown-' + ripgrep.os + '-musl' %} ripgrep-archive-extract: archive.extracted: - name: {{ ripgrep.release_dir }}/ripgrep-{{ ripgrep.version }}