Skip to content

Commit

Permalink
chore: fix typo in comment (#6224)
Browse files Browse the repository at this point in the history
Signed-off-by: Yujun Zhang <zhangyujun@gmail.com>
  • Loading branch information
yujunz committed May 15, 2021
1 parent a1419c2 commit 5aa29ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposerver/repository/repository.go
Expand Up @@ -309,7 +309,7 @@ func (s *Service) GenerateManifest(ctx context.Context, q *apiclient.ManifestReq
return res, err
}

// runManifestGenwill be called by runRepoOperation if:
// runManifestGen will be called by runRepoOperation if:
// - the cache does not contain a value for this key
// - or, the cache does contain a value for this key, but it is an expired manifest generation entry
// - or, NoCache is true
Expand Down

0 comments on commit 5aa29ce

Please sign in to comment.