Skip to content

Commit 416af88

Browse files
committed
gitbase: fix name of remotes table span
Signed-off-by: Miguel Molina <[email protected]>
1 parent b9a376e commit 416af88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remotes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (*remotesTable) WithProjectFiltersAndIndex(
125125
columns, filters []sql.Expression,
126126
index sql.IndexValueIter,
127127
) (sql.RowIter, error) {
128-
span, ctx := ctx.Span("gitbase.ReferencesTable.WithProjectFiltersAndIndex")
128+
span, ctx := ctx.Span("gitbase.RemotesTable.WithProjectFiltersAndIndex")
129129
s, ok := ctx.Session.(*Session)
130130
if !ok || s == nil {
131131
span.Finish()

0 commit comments

Comments
 (0)