Skip to content

Commit 67fbf88

Browse files
authored
fix: remove the separator for dep update (#1112)
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com>
1 parent 3017208 commit 67fbf88

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/prepare_security.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,6 @@ export default class PrepareSecurityRelease extends SecurityRelease {
388388

389389
async getDependencyUpdates() {
390390
const deps = [];
391-
this.cli.log('\n');
392-
this.cli.separator('Dependency Updates');
393391
const updates = await this.cli.prompt('Are there dependency updates in this security release?',
394392
{
395393
defaultAnswer: true,

0 commit comments

Comments
 (0)