mirror of
https://github.com/mas-cli/mas
synced 2024-11-24 20:43:10 +00:00
🩹 Remove duplicate v in tap's root_url
This commit is contained in:
parent
4405807010
commit
c314af5167
1 changed files with 1 additions and 1 deletions
|
@ -57,5 +57,5 @@ for file in ${LOCAL_MAS_FORMULA_PATH} ${LOCAL_TAP_FORMULA_PATH}; do
|
|||
echo "${file}"
|
||||
sd '( +tag: +)"[^"]+"' "\$1\"${MAS_VERSION}\"" "${file}"
|
||||
sd '( +revision: +)"[^"]+"' "\$1\"${REVISION}\"" "${file}"
|
||||
sd '( +root_url "https://github.com/mas-cli/mas/releases/download/v).+' "\${1}${MAS_VERSION}\"" "${file}"
|
||||
sd '( +root_url "https://github.com/mas-cli/mas/releases/download/).+' "\${1}${MAS_VERSION}\"" "${file}"
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue