From 9d49faca614a08d2414f657619ad56db414c230b Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 21 Dec 2016 16:44:33 -0800 Subject: update util/hz to use zot api instead of the (now optional) twitter api --- util/hz | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/hz') diff --git a/util/hz b/util/hz index cb6ccf419..8a432c30d 100755 --- a/util/hz +++ b/util/hz @@ -33,6 +33,6 @@ echo "enter your message to be posted as $USER @ $HUB, then hit Ctrl-D to send." MSG=$(cat) -curl -ssl -u${USER}:${PASS} --data-urlencode "status=${MSG}" https://${HUB}/api/statuses/update +curl -ssl -u${USER}:${PASS} --data-urlencode "body=${MSG}" https://${HUB}/api/z/1.0/item/update -- cgit v1.2.3