Skip to content

Commit

Permalink
Revert "Fix istanbul command."
Browse files Browse the repository at this point in the history
This reverts commit 28f7764.
  • Loading branch information
Kamil Piechaczek committed Aug 20, 2018
1 parent 28f7764 commit c0eabcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {
}
} ) );

/* istanbul ignore if */
/* istanbul ignore else */
if ( !Array.isArray( options.message ) ) {
options.message = [ options.message ].filter( Boolean );
}
Expand Down

0 comments on commit c0eabcb

Please sign in to comment.