Skip to content

Commit

Permalink
fix(packages): check if pkgs is in the required list when add source
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed May 23, 2023
1 parent 22d742e commit 31bb98a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if in_item_in_array "${PKG_NAME}" "${wanted_packages[@]}"; then
fi
{{ end }}
fi
{{- end -}}
{{ end -}}

missing_packages=()

Expand Down

0 comments on commit 31bb98a

Please sign in to comment.