diff options
author | Benny Morrison <benmorrison@ttm.sh> | 2019-03-19 02:40:28 -0400 |
---|---|---|
committer | Benny Morrison <benmorrison@ttm.sh> | 2019-03-19 02:40:28 -0400 |
commit | a6ce10606433bffc79a476201b2029dfd3e1b60a (patch) | |
tree | f0ce383fe6c55f258ceba3752959bdbee7cf9c57 /gotify.sh.example | |
parent | 5f15048ca3a34805eca19b43b06e1b2daccd5224 (diff) | |
download | goofbot-a6ce10606433bffc79a476201b2029dfd3e1b60a.tar.gz |
fixed formatting in gotify.sh.example
Diffstat (limited to 'gotify.sh.example')
-rw-r--r-- | gotify.sh.example | 8 |
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" }' |