Skip to content

Commit

Permalink
Update lib/workers/repository/dependency-dashboard.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
  • Loading branch information
Turbo87 and viceice committed Sep 20, 2021
1 parent 5b6cf35 commit c1007e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/workers/repository/dependency-dashboard.ts
Expand Up @@ -115,8 +115,8 @@ export async function ensureDependencyDashboard(
) {
if (getGlobalConfig().dryRun) {
logger.info(
'DRY-RUN: Would close Dependency Dashboard: ' +
config.dependencyDashboardTitle
{ title: config.dependencyDashboardTitle },
'DRY-RUN: Would close Dependency Dashboard'
);
} else {
logger.debug('Closing Dependency Dashboard');
Expand Down

0 comments on commit c1007e5

Please sign in to comment.