Skip to content

Commit

Permalink
dependency-dashboard: Adjust dry run log output
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Sep 20, 2021
1 parent 375a7e5 commit 5b6cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/repository/dependency-dashboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export async function ensureDependencyDashboard(
) {
if (getGlobalConfig().dryRun) {
logger.info(
'DRY-RUN: Would close Dependency Dashboard ' +
'DRY-RUN: Would close Dependency Dashboard: ' +
config.dependencyDashboardTitle
);
} else {
Expand Down

0 comments on commit 5b6cf35

Please sign in to comment.