Skip to content

Commit

Permalink
markdownify: fix POST typo
Browse files Browse the repository at this point in the history
Introduced in e8aa639 (markdownify: use gh api, 2024-03-15) with
carelessness.
  • Loading branch information
benknoble committed Mar 22, 2024
1 parent fc4ea0e commit 21cab24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion links/zshfns/markdownify
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ markdownify () {
# reads from stdin
command=(
gh api
--method PST
--method POST
-H 'Accept: application/vnd.github+json'
-H 'Content-Type: text/plain'
--input -
Expand Down

0 comments on commit 21cab24

Please sign in to comment.