about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenny Morrison <benmorrison@ttm.sh>2019-03-19 02:40:28 -0400
committerBenny Morrison <benmorrison@ttm.sh>2019-03-19 02:40:28 -0400
commita6ce10606433bffc79a476201b2029dfd3e1b60a (patch)
treef0ce383fe6c55f258ceba3752959bdbee7cf9c57
parent5f15048ca3a34805eca19b43b06e1b2daccd5224 (diff)
downloadgoofbot-a6ce10606433bffc79a476201b2029dfd3e1b60a.tar.gz
fixed formatting in gotify.sh.example
-rw-r--r--gotify.sh.example8
1 files changed, 4 insertions, 4 deletions
diff --git a/gotify.sh.example b/gotify.sh.example
index 667db58..79f2fc9 100644
--- a/gotify.sh.example
+++ b/gotify.sh.example
@@ -2,7 +2,7 @@
 
 curl --request POST \
   --url 'https://gotify.tildeverse.org/message?token=APIKEYHERE' \
-    --header 'accept: application/json' \
-      --header 'content-type: application/json' \
-        --header 'x-gotify-key: APIKEYHERE' \
-          --data '{  "message": "A hero is needed in #institute",  "priority": 5,  "title": "Admin Request" }'
+  --header 'accept: application/json' \
+  --header 'content-type: application/json' \
+  --header 'x-gotify-key: APIKEYHERE' \
+  --data '{  "message": "A hero is needed in #institute",  "priority": 5,  "title": "Admin Request" }'