From 478a9f9abf73dfc5feb08ec8741e65789ef3373d Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 17 Nov 2016 17:18:49 +0000 Subject: [PATCH] ovh-api --- bin/ovh-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ovh-api b/bin/ovh-api index ca498a1c..93d6b723 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -62,7 +62,7 @@ if (!$response) { } my $content = $response->content; -print ref($content) eq '' ? $content : JSON::encode_json($content); +print ref($content) eq '' ? $content : JSON::encode_json($content)."\n"; ################################################################################# # -- 2.47.3