Skip to content

Commit

Permalink
Merge pull request nephio-project#168 from AshaRajput-27/fixing_typo
Browse files Browse the repository at this point in the history
Fixing typo in path pkg/cache/memory/cache.go at line 174
  • Loading branch information
nephio-prow[bot] authored Jan 13, 2025
2 parents 9b4e226 + 76b7f97 commit cb1b392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/memory/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (c *Cache) OpenRepository(ctx context.Context, repositorySpec *configapi.Re
}

func (c *Cache) CloseRepository(ctx context.Context, repositorySpec *configapi.Repository, allRepos []configapi.Repository) error {
_, span := tracer.Start(ctx, "Cache::OpenRepository", trace.WithAttributes())
_, span := tracer.Start(ctx, "Cache::CloseRepository", trace.WithAttributes())
defer span.End()

key, err := getCacheKey(repositorySpec)
Expand Down

0 comments on commit cb1b392

Please sign in to comment.