We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a46cb9 commit 983ea74Copy full SHA for 983ea74
scripts/create-licenses.sh
@@ -184,7 +184,7 @@ for PACKAGE in $(go list -m -json all | jq -r .Path | sort -f); do
184
# Kpt currently depends on 2 versions of posener. Because v2 *is* checked out
185
# the directory does exist causing the above check to pass. However this repo
186
# is not included in the vendor directory so a license will not be found.
187
- if [[ ! -e "github.com/posener/complete" ]]; then
+ if [[ "${PACKAGE}" == "github.com/posener/complete" ]]; then
188
continue
189
fi
190
0 commit comments