Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 891605a

Browse files
committed
Add missing word to log message
1 parent dc5555b commit 891605a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

persistence/persistence-elastic/persist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ async function persist({
1313
}) {
1414
const findings = await getFindings();
1515

16-
console.log(`Persisting ${findings.length} to Elasticsearch`);
16+
console.log(`Persisting ${findings.length} findings to Elasticsearch`);
1717

1818
const timeStamp = now.toISOString().substr(0, 10);
1919
const indexName = `securecodebox_${tenant}_${timeStamp}`;

0 commit comments

Comments
 (0)