diff --git a/swh/vault/cookers/git_bare.py b/swh/vault/cookers/git_bare.py index 4e76376c0149a651f6016643223322c08d76fc46..1ac10e0427fa183751bfcd407d08b4058077b3b4 100644 --- a/swh/vault/cookers/git_bare.py +++ b/swh/vault/cookers/git_bare.py @@ -291,7 +291,7 @@ class GitBareCooker(BaseVaultCooker): if release.target_type.value == ModelObjectType.REVISION: # Not necessary, but makes it easier to browse refs[b"ref/heads/master"] = hash_to_bytehex(release.target) - # TODO: synthetize a master branch for other target types + # TODO: synthesize a master branch for other target types elif self.obj_type == RootObjectType.SNAPSHOT: if snapshot is None: