Skip to content

Commit 759c6c4

Browse files
committed
Remove weird casing in PR title
1 parent bd50e57 commit 759c6c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

automated_packaging/update_os_package.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ sub get_changelog_for_debian {
9595
# Commit, push changes and open a pull request
9696
`git commit -a -m "Bump $DISTRO_VERSION $log_repo_name $VERSION"`;
9797
`git push origin $DISTRO_VERSION-$PROJECT-push-$curTime`;
98-
`curl -g -H "Accept: application/vnd.github.v3.full+json" -X POST --user "$github_token:x-oauth-basic" -d '{\"title\":\"Bump $PROJECT $DISTRO_VERSION Version to $VERSION\", \"head\":\"$DISTRO_VERSION-$PROJECT-push-$curTime\", \"base\":\"$DISTRO_VERSION-$PROJECT\"}' https://api.github.com/repos/citusdata/packaging/pulls`;
98+
`curl -g -H "Accept: application/vnd.github.v3.full+json" -X POST --user "$github_token:x-oauth-basic" -d '{\"title\":\"Bump $PROJECT $DISTRO_VERSION version to $VERSION\", \"head\":\"$DISTRO_VERSION-$PROJECT-push-$curTime\", \"base\":\"$DISTRO_VERSION-$PROJECT\"}' https://api.github.com/repos/citusdata/packaging/pulls`;

0 commit comments

Comments
 (0)