aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-12 18:06:34 -0800
committerfriendica <info@friendica.com>2013-01-12 18:06:34 -0800
commitd5c71e569143054582be589849bc9268167bbe8c (patch)
tree7a579b4dec6d397e8cb5f2b86a3e144e727bebbe /util
parentf24ce356039e9988b25a7fa6b1e74a3ad880745a (diff)
downloadvolse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.gz
volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.tar.bz2
volse-hubzilla-d5c71e569143054582be589849bc9268167bbe8c.zip
start on tag deliver rewrite
Diffstat (limited to 'util')
-rwxr-xr-xutil/fresh2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/fresh b/util/fresh
index 3e9b55ae1..1ab1ead5e 100755
--- a/util/fresh
+++ b/util/fresh
@@ -64,7 +64,7 @@ function process_command($line) {
if(argv(1)) {
$x = zot_finger(argv(1),$channel);
if($x['success'])
- print_r(json_decode($x['body'],true));
+ echo jindent($x['body']);
}
break;