From e4aad34a4cb372de74483d487ed91d1c54e23f71 Mon Sep 17 00:00:00 2001 From: Didier BONNEFOI Date: Sun, 26 Aug 2018 13:17:25 +0200 Subject: [PATCH] fix: remove useless variable in updateTime() --- ovh-api-bash-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovh-api-bash-client.sh b/ovh-api-bash-client.sh index d57fd8d..34910d7 100755 --- a/ovh-api-bash-client.sh +++ b/ovh-api-bash-client.sh @@ -162,7 +162,7 @@ initApplication() updateTime() { # use OVH API's timestamp instead of user's one to bypass misconfigured host. - curl -s "${API_URL}${url}/auth/time" + curl -s "${API_URL}/auth/time" } # usage: