Fix vivid update in .chezmoiexternal

This commit is contained in:
Lockszmith (@VAST) 2025-04-08 16:19:18 -04:00
parent e483d39ddd
commit bc8ae6dec2
1 changed files with 1 additions and 1 deletions

View File

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