Skip to content

Commit

Permalink
Correct the names of some files and fix commetns in CR Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon committed Feb 18, 2025
1 parent 0eb5d27 commit 8d2dd38
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cache/crcache/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ func (c *Cache) OpenRepository(ctx context.Context, repositorySpec *configapi.Re
}

func (c *Cache) UpdateRepository(ctx context.Context, repositorySpec *configapi.Repository) error {
klog.Infof("Update on etcd cached repositories is not applicable")
klog.Infof("Update on CR cached repositories is not applicable")

return nil
}
Expand Down
File renamed without changes.

0 comments on commit 8d2dd38

Please sign in to comment.