aboutsummaryrefslogtreecommitdiffstats
path: root/util/fresh
diff options
context:
space:
mode:
Diffstat (limited to 'util/fresh')
-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;