Remove duplicate closing brace

This commit is contained in:
Mina Lee 2016-07-05 10:39:49 +09:00
parent 867facb6e4
commit 608d648d4d

View file

@ -129,7 +129,7 @@ function publish_to_maven() {
repo_request="<promoteRequest><data><stagedRepositoryId>${staged_repo_id}</stagedRepositoryId><description>Apache Zeppelin ${RELEASE_VERSION}</description></data></promoteRequest>"
out="$(curl -X POST -d "${repo_request}" -u "${ASF_USERID}:${ASF_PASSWORD}" \
-H 'Content-Type:application/xml' -v \
"${NEXUS_STAGING}}/profiles/${NEXUS_PROFILE}/finish")"
"${NEXUS_STAGING}/profiles/${NEXUS_PROFILE}/finish")"
close_ret=$?
curl_error $close_ret
echo "Closed Nexus staging repository: ${staged_repo_id}"