Skip to content

Commit 7f1a6b5

Browse files
authored
Merge pull request #13 from SumoLogic-RelatedProjects/master
Update cloudwatchlogs_lambda.js
2 parents 84c4136 + c76474b commit 7f1a6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchlogs/cloudwatchlogs_lambda.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var url = require('url');
1111
exports.handler = function(event, context) {
1212
var urlObject = url.parse(sumoEndpoint);
1313

14-
var options = { 'hostname': urlobject.hostname,
14+
var options = { 'hostname': urlObject.hostname,
1515
'path': urlObject.pathname,
1616
'method': 'POST'
1717
};

0 commit comments

Comments
 (0)