Skip to content

Commit dd69fc3

Browse files
author
sourabh
committed
udapting message
1 parent c9ec731 commit dd69fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loggroup-lambda-connector/src/loggroup-lambda-connector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function processExistingLogGroups(token, context, errorHandler) {
9494
invoke_lambda(context, data.nextToken, errorHandler);
9595
console.log("Lambda invoke complete with token " + data.nextToken);
9696
} else {
97-
console.log("ALl Log Groups are subscribed to Destination Type " + process.env.DESTINATION_ARN);
97+
console.log("All Log Groups are subscribed to Destination Type " + process.env.DESTINATION_ARN);
9898
errorHandler(null, "Success");
9999
}
100100
};

0 commit comments

Comments
 (0)