Skip to content

Commit 4a32e08

Browse files
Update pkg/github/repositories.go
Co-authored-by: Lulu <59149422+LuluBeatson@users.noreply.github.com>
1 parent 26ebb0d commit 4a32e08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/github/repositories.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func GetCommit(getClient GetClientFn, t translations.TranslationHelperFunc) (too
126126
mcp.Description("Commit SHA, branch name, or tag name"),
127127
),
128128
mcp.WithBoolean("include_diff",
129-
mcp.Description("Whether to include file diffs and stats in the response. Default is true for single commit queries."),
129+
mcp.Description("Whether to include file diffs and stats in the response. Default is true."),
130130
),
131131
WithPagination(),
132132
),

0 commit comments

Comments
 (0)