ONAP: Fix typo in push-upstream script 50/8350/1
authorrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 12 Apr 2021 12:19:32 +0000 (13:19 +0100)
committerrobert.tomczyk <robert.tomczyk@est.tech>
Mon, 12 Apr 2021 12:19:32 +0000 (13:19 +0100)
Change-Id: I419d933a4d1aade2c3975f5a57a1361a3d2b8187

jjb/onap/push-upstream-jobs.sh

index c4fcfe682691e1d8ea49ac429125173bb768682f..30853ccb70fa7d8fb475fcd1aa67454f07db95a7 100755 (executable)
@@ -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}" \
     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
 fi