diff --git a/scripts/update-project.sh b/scripts/update-project.sh index 13476937fa..6ba65422aa 100755 --- a/scripts/update-project.sh +++ b/scripts/update-project.sh @@ -56,6 +56,6 @@ git add . git commit -m "Update generator to use packages version $VERSION" git push -u origin $BRANCH -curl -H "Authorization: token $TOKEN" -X POST -d '{"body":"Update generator to use packages version '$VERSION'","head":"'$BRANCH'","base":"development","title":"Update generator to use packages version"}' https://api.github.com/repos/alfresco/$NAME_REPO/pulls +curl -H "Authorization: token $TOKEN" -X POST -d '{"body":"Update ADF packages version '$VERSION'","head":"'$BRANCH'","base":"development","title":"Update ADF packages version '$VERSION'"}' https://api.github.com/repos/alfresco/$NAME_REPO/pulls rm -rf $TEMP_GENERATOR_DIR;