diff options
author | Colin Okay <okay@toyful.space> | 2022-02-28 15:52:48 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-28 15:52:48 -0600 |
commit | e128fcb2a021587aa428097f867c200c1ed3c426 (patch) | |
tree | bf1da9d81769edc07618749291827a29cfd17d68 /src | |
parent | 0cd6911ece1725301e06a8abf20ce2177e54747e (diff) |
change signature tested
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.lisp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.lisp b/src/lib.lisp index 713e86b..c90a022 100644 --- a/src/lib.lisp +++ b/src/lib.lisp @@ -411,7 +411,8 @@ the directories that appear in the value of that variable." (ensure-config) (api:request-with (:host (host) - :body (jonathan:to-json (list :signature new-sig))) + :body (jonathan:to-json (list :signature new-sig)) + :content-type "application/json") (api:put--contributor-who-signature (contributor-handle) :token (api-token)) (format t "Your signature was changed.~%")))) |