From 0982563ddfbb200adf7a425857a74b4d6128039d Mon Sep 17 00:00:00 2001 From: kongr45gpen Date: Mon, 31 May 2021 03:44:34 +0300 Subject: Minor fixes --- request.sh | 2 +- samples/gitlab-push.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/request.sh b/request.sh index cf81721..6c732cf 100755 --- a/request.sh +++ b/request.sh @@ -9,4 +9,4 @@ echo $hash echo -n "$DATA" > ~/repos/supybot-github/cmpr -curl --header "X-GitHub-Event: $1" --header "X-Hub-Signature: sha1=$hash" --header "X-GitHub-Delivery: nil" --data "$DATA" http://localhost:8093/ +curl --header "X-GitHub-Event: $1" --header "X-Hub-Signature: sha1=$hash" --header "X-GitHub-Delivery: nil" --data-urlencode "$DATA" http://localhost:8093/ diff --git a/samples/gitlab-push.json b/samples/gitlab-push.json index c28709b..557fbe0 100644 --- a/samples/gitlab-push.json +++ b/samples/gitlab-push.json @@ -103,4 +103,5 @@ "user_id": 3637, "user_name": "kongr45gpen", "user_username": "kongr45gpen" -} \ No newline at end of file +} + -- cgit v1.2.3