Skip to content

Commit fda4840

Browse files
committed
Fix release script
1 parent 0b8df33 commit fda4840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for directory in `find clients -mindepth 3 -maxdepth 3 -type d | sort`
7373
do
7474
service=$(echo ${directory} | cut -f2 -d'/' | cut -f4 -d'-')
7575
api_version=$(echo ${directory} | cut -f3 -d'/')
76-
library_version=$(echo ${directory} | cut -ff -d'/')
76+
library_version=$(echo ${directory} | cut -f4 -d'/')
7777
revision=$(xmllint --xpath "/*[local-name()='project']/*[local-name()='version']/text()" ${directory}/pom.xml | cut -f2 -d'-')
7878
artifact_id=$(xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ${directory}/pom.xml)
7979

0 commit comments

Comments
 (0)