Skip to content

Commit e8a69d6

Browse files
fix output file reference
1 parent eb48543 commit e8a69d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ find . -wholename "*${CURRENT_VARIANT}/pom.xml" -not -path '*/target/*' > pom_li
1313
cat pom_list_raw
1414

1515
# trim down to those starting with "${starting_letter}"
16-
cat pom_list | grep "google-api-services-${starting_letter}" > pom_list
16+
cat pom_list_raw | grep "google-api-services-${starting_letter}" > pom_list
1717
cat pom_list
1818

1919

0 commit comments

Comments
 (0)