Skip to content

Commit 9786abd

Browse files
committed
testCommand: Swap serenity for ladybird without messing up JSON
1 parent 2d17437 commit 9786abd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/testCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ export class TestCommand extends Command {
201201

202202
const description = Object.entries(result.versions)
203203
.map(([repository, commitHash]) => {
204+
if (repository == "serenity") repository = "ladybird";
204205
const treeUrl = TestCommand.repositoryUrlByName.get(repository);
205206
const shortCommitHash = commitHash.substring(0, 7);
206207

0 commit comments

Comments
 (0)