From: robert.tomczyk Date: Mon, 12 Apr 2021 12:19:32 +0000 (+0100) Subject: ONAP: Fix typo in push-upstream script X-Git-Url: https://gerrit.nordix.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=9bb9a134b0175b3104183e121c0288eae93f47c2;p=infra%2Fcicd.git ONAP: Fix typo in push-upstream script Change-Id: I419d933a4d1aade2c3975f5a57a1361a3d2b8187 --- diff --git a/jjb/onap/push-upstream-jobs.sh b/jjb/onap/push-upstream-jobs.sh index c4fcfe68..30853ccb 100755 --- a/jjb/onap/push-upstream-jobs.sh +++ b/jjb/onap/push-upstream-jobs.sh @@ -82,5 +82,5 @@ if grep -q http push_result.txt; then curl --request 'POST' -H 'Content-Type:application/json' \ "${nordix_gerrit_rest}/a/changes/${GERRIT_CHANGE_NUMBER}/revisions/${GERRIT_PATCHSET_NUMBER}/review" \ --user "${GERRIT_USER}:${GERRIT_API_KEY}" \ - --data "{\"message\": \"UPSTRAM URL: ${URL}\"}" + --data "{\"message\": \"UPSTREAM URL: ${URL}\"}" fi