Skip to content

Commit ee278f4

Browse files
committed
back to "Diff"
1 parent 4d20c8a commit ee278f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/tools/implementations/viewDiff.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const viewDiffImpl: ToolImpl = async (args, extras) => {
77

88
return [
99
{
10-
name: ".diff",
10+
name: "Diff",
1111
description: "The current git diff",
1212
content: diffs.join("\n"),
1313
},

0 commit comments

Comments
 (0)