Fix vivid update in .chezmoiexternal
This commit is contained in:
parent
e483d39ddd
commit
bc8ae6dec2
|
@ -72,7 +72,7 @@
|
||||||
{{- $_ := set $externals ".local/bin/vivid" (dict
|
{{- $_ := set $externals ".local/bin/vivid" (dict
|
||||||
"type" "archive-file"
|
"type" "archive-file"
|
||||||
"url" (printf "https://github.com/%s/releases/download/%s/%s-%s-%s.tar.gz" $repo $version $app_name $version $myArch)
|
"url" (printf "https://github.com/%s/releases/download/%s/%s-%s-%s.tar.gz" $repo $version $app_name $version $myArch)
|
||||||
"path" (printf "%s-%s/%s" $app_name $myArch $app_name)
|
"path" (printf "%s-%s-%s/%s" $app_name $version $myArch $app_name)
|
||||||
"executable" true
|
"executable" true
|
||||||
"refreshPeriod" $defaultRefresh
|
"refreshPeriod" $defaultRefresh
|
||||||
) -}}
|
) -}}
|
||||||
|
|
Loading…
Reference in New Issue