diff --git a/examples/test-get-info.js b/examples/test-get-info.js index e7adfc8..b5da0c3 100644 --- a/examples/test-get-info.js +++ b/examples/test-get-info.js @@ -29,7 +29,7 @@ requests.forEach(function(request) { curl = Curl.create(defaultOptions); print('GET ' + url, 'green') curl(url, options, function(err) { - print('GET ' + this.url + ' ' + JSON.stringify(this.effective_options) + " finished.", 'green'); + print('GET ' + this.url + ' ' + JSON.stringify(this.effectiveOptions) + " finished.", 'green'); if (err) return print(err, 'red');