Skip to content
Snippets Groups Projects
Verified Commit c6918c26 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

print when skipping

parent 60d456e7
No related branches found
No related tags found
No related merge requests found
......@@ -65,13 +65,14 @@ def main [] {
mkdir $CACHE
for k in ($dependencies | columns) {
print $k
let v = $dependencies | get $k
if not ($v.enabled? | default true) {
print $"skipping ($k)"
continue
}
print $"installing ($k)"
let url = $v.upstream | str replace --all '{{VERSION}}' $v.version
let tmp = mktemp --tmpdir $"nvim-($k).XXXXXXX"
http get $url | save --force --progress $tmp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment