From aa9f0fe13f755b33894f80bc15b9e58cf846094a Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Tue, 15 Mar 2022 15:13:01 +0000 Subject: [PATCH] Try to fix travis upstream --- scripts/trigger-travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/trigger-travis.sh b/scripts/trigger-travis.sh index 4bb527673..41bcfa694 100755 --- a/scripts/trigger-travis.sh +++ b/scripts/trigger-travis.sh @@ -50,7 +50,7 @@ curl -s -X POST \ -H "Travis-API-Version: 3" \ -H "Authorization: token ${TOKEN}" \ -d "$body" \ - https://api.travis-ci.com/repo/Alfresco/alfresco-apps/requests \ + https://api.travis-ci.com/repo/Alfresco%2Falfresco-apps/requests \ | tee /tmp/travis-request-output.$$.txt if grep -q '"@type": "error"' /tmp/travis-request-output.$$.txt; then