Skip to content

Commit

Permalink
chore: cleanup generate-library-list.sh (#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
alicejli committed May 15, 2024
1 parent 2bd16e5 commit a7e827e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spring-cloud-generator/scripts/generate-library-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ while IFS= read -r config; do
echo "release_level: $release_level"
monorepo_folder="java/${unique_module_name}"
echo "monorepo folder: $monorepo_folder"
group_id=$(echo $coordinates_version | cut -f1 -d:)
artifact_id=$(echo $coordinates_version | cut -f2 -d:)
group_id=$(echo $distribution_name | cut -f1 -d:)
artifact_id=$(echo $distribution_name | cut -f2 -d:)
# filter to in-scope libraries
if [[ $library_type != *GAPIC_AUTO* ]] ; then
echo "$d: non auto type: $library_type"
Expand Down

0 comments on commit a7e827e

Please sign in to comment.