diff --git a/contrib/fiware-query.sh b/contrib/fiware-query.sh index c529f1f8d..2b6823f29 100755 --- a/contrib/fiware-query.sh +++ b/contrib/fiware-query.sh @@ -1,6 +1,6 @@ #!/bin/bash -(curl 46.101.131.212:1026/v1/queryContext -s -S \ +(curl http://46.101.131.212:1026/v1/queryContext -s -S \ --header 'Content-Type: application/json' \ --header 'Accept: application/json' -d @- | python -mjson.tool) <