From: Nicolas Boisselier Date: Thu, 31 Mar 2016 11:27:32 +0000 (+0200) Subject: ovh X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=8c609ba85911cd4e30b3cf6269fb58a4686c00e6;p=nb.git ovh --- diff --git a/bin/ovh-api b/bin/ovh-api index 1a2a31bc..fe10f61c 100755 --- a/bin/ovh-api +++ b/bin/ovh-api @@ -54,7 +54,7 @@ my $o = OvhApi->new(type => OvhApi::OVH_API_EU, applicationKey => $KEY[0], appli my $response = $o->get(path=>$URL,method=>$METHOD); if (!$response) { - die "$NAME: $ARGV[1] failed!" + die "$NAME: $URL failed!" } my $content = $response->content;