fix: remove useless variable in updateTime()

pull/16/head
Didier BONNEFOI 2018-08-26 13:17:25 +02:00
parent 920bc41873
commit e4aad34a4c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ initApplication()
updateTime() updateTime()
{ {
# use OVH API's timestamp instead of user's one to bypass misconfigured host. # 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: # usage: