Skip to content

Commit 7a64a41

Browse files
committed
Feeling bold; typo fix
1 parent df01726 commit 7a64a41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ async function mcodeApp(Client, fromDate, toDate, pathToConfig, pathToRunLogs, d
115115
logger.debug(`Logging mCODE output to ${outputFile}`);
116116
fs.writeFileSync(outputFile, JSON.stringify(bundle), 'utf8');
117117
});
118-
logger.info(`Successfully logged ${extractedData.length} mCODE bundle(S) to ${outputPath}`);
118+
logger.info(`Successfully logged ${extractedData.length} mCODE bundle(s) to ${outputPath}`);
119119
} catch (e) {
120120
logger.error(e.message);
121121
logger.debug(e.stack);

0 commit comments

Comments
 (0)