ack: Fix autoupdate URL (#149)

This commit is contained in:
Ross Smith II 2019-06-18 19:20:16 -07:00 committed by Chawye Hsu
parent c62810fbf1
commit 78f367db15

View File

@ -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"
}
}