Skip to content

Commit e079a62

Browse files
committed
style: linter fix of Pete's change
1 parent 7ecb801 commit e079a62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/dependabot/automerge.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export default class AutoMerge extends SfdxCommand {
106106
});
107107
this.ux.logJson(mergeResult);
108108
} else {
109-
this.ux.log(`dry run ${prToMerge.number.toString()} | ${prToMerge.title}`);
109+
this.ux.log(`dry run ${prToMerge.number.toString()} | ${prToMerge.title}`);
110110
}
111111
}
112112

0 commit comments

Comments
 (0)