From 78f367db15be8798a4458f81aa3deafa4d8bd314 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Tue, 18 Jun 2019 19:20:16 -0700 Subject: [PATCH] ack: Fix autoupdate URL (#149) --- bucket/ack.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/ack.json b/bucket/ack.json index 5146fbff90..7b963a7009 100644 --- a/bucket/ack.json +++ b/bucket/ack.json @@ -13,6 +13,6 @@ "re": "The current stable version of ack is v([\\d.]+)," }, "autoupdate": { - "url": "https://beyondgrep.com/ack-$version#/ack-single-file" + "url": "https://beyondgrep.com/ack-v$version#/ack-single-file" } }