Skip to content

Commit

Permalink
Fixed grammar issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaanemaa committed May 5, 2019
1 parent ad5f9f8 commit fd603ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Expand Up @@ -10,7 +10,7 @@ module.exports = async () => {
// Print a summary of the results if there are any
if (results.length) {
// eslint-disable-next-line no-console
console.log('\nSummary (does not include errors from tar command used for volume backup/restore):');
console.log('\nSummary (does not include errors from the tar command used for volume backup/restore):');
results.forEach(({ name, result }) => {
const success = !(result instanceof Error);
const mark = success ? '✔' : '✖';
Expand Down

0 comments on commit fd603ce

Please sign in to comment.