From c2607fce99ca9fcf0a7d951bf0efc7ab8f88eca6 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 19 Jun 2025 11:59:21 +0200 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 669aa0f..3f40850 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-' + ripgrep.version + '-' + ripgrep.arch + '-unknown-' + ripgrep.os + '-' + {{ ripgrep.variant }} %} +{% set archive_exclude_dir = './ripgrep-' + ripgrep.version + '-' + ripgrep.arch + '-unknown-' + ripgrep.os + '-' + ripgrep.variant %} ripgrep-archive-extract: archive.extracted: - name: {{ ripgrep.release_dir }}/ripgrep-{{ ripgrep.version }}