Skip to content

Commit

Permalink
Fix GitHub casing
Browse files Browse the repository at this point in the history
  • Loading branch information
enzowritescode committed Jul 24, 2024
1 parent c45cc7a commit 0985578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/built_in_tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func (p *Plugin) getBuiltInTools(isDM bool) []ai.Tool {
Resolver: p.toolResolveLookupMattermostUser,
})

// Github plugin tools
// GitHub plugin tools
status, err := p.pluginAPI.Plugin.GetPluginStatus("github")
if err != nil && !errors.Is(err, pluginapi.ErrNotFound) {
p.API.LogError("failed to get github plugin status", "error", err.Error())
Expand Down

0 comments on commit 0985578

Please sign in to comment.