From 9bb9a134b0175b3104183e121c0288eae93f47c2 Mon Sep 17 00:00:00 2001 From: "robert.tomczyk" Date: Mon, 12 Apr 2021 13:19:32 +0100 Subject: [PATCH] ONAP: Fix typo in push-upstream script Change-Id: I419d933a4d1aade2c3975f5a57a1361a3d2b8187 --- jjb/onap/push-upstream-jobs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1