From 862cf7eb2fa000c775d50dc84dc24acc507da247 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 2 Aug 2017 12:34:28 +0100 Subject: [PATCH] bin/ovh-api --- bin/ovh-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ovh-api b/bin/ovh-api index f5c313cf..cb16c842 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -56,7 +56,7 @@ open STDOUT,'| (which jq > /dev/null && jq . || cat)' if $Opt{jq}; my $Api = OvhApi->new(type => OvhApi::OVH_API_EU, applicationKey => $KEY[0], applicationSecret => $KEY[1], consumerKey => $KEY[2]); if ($Opt{'show-hostname'}) { - print hostname(); + print hostname()."\n"; exit; } -- 2.47.3