From f2969b7df90d82a21ab4a7c7af2bde0e00dea3ba Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Wed, 19 Feb 2025 20:20:37 +0100 Subject: [PATCH] updated ripgrep state --- states/ripgrep/install.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}