ONAP: Introduce sandbox-3 repo
[infra/cicd.git] / 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}" \
-     --data "{\"message\": \"UPSTRAM URL: ${URL}\"}"
+     --data "{\"message\": \"UPSTREAM URL: ${URL}\"}"
 fi