From 67e518b0cb21d50121f81e724e86c914690353e3 Mon Sep 17 00:00:00 2001 From: Joseph Petersen Date: Sat, 23 Jul 2022 10:40:51 +0200 Subject: [PATCH] fix updatecli tests target --- updatecli/updatecli.d/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/updatecli/updatecli.d/updatecli.yaml b/updatecli/updatecli.d/updatecli.yaml index 00496e13..baf3fed2 100644 --- a/updatecli/updatecli.d/updatecli.yaml +++ b/updatecli/updatecli.d/updatecli.yaml @@ -47,5 +47,5 @@ targets: spec: file: tests/main.test.js matchPattern: const version = '(.*)' - replaceWith: const version = '{{ source "updatecli" }}' + replacepattern: const version = '{{ source "updatecli" }}' version: 0.28.0