diff options
Diffstat (limited to 'source/promise.yaml')
-rw-r--r-- | source/promise.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/promise.yaml b/source/promise.yaml index be12082..98dcdc4 100644 --- a/source/promise.yaml +++ b/source/promise.yaml @@ -255,7 +255,7 @@ complex-type: services.forEach (service) => switch service.type when 'compute' - url = service.endpoints[0].publicURL + url = service.endpoints[0].url @set 'services.compute.endpoint', url request .get "#{url}/limits" |