Skip to content

Commit

Permalink
update blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Aug 30, 2024
1 parent 9d3f9fb commit dec250a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
for MODULE in "${RESTRICTED[@]}"; do
OUTPUT=$(go mod why -vendor "$MODULE")
if echo "$OUTPUT" | grep -q "main module does not need package $MODULE"; then
if echo "$OUTPUT" | grep -q "main module does not need to vendor package $MODULE"; then
echo "$MODULE is not a direct import ✓"
else
echo "$MODULE is currently restricted as a direct import in Noble ✘"
Expand Down

0 comments on commit dec250a

Please sign in to comment.