Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mic67mel committed Mar 2, 2021
1 parent c8d9105 commit a67f914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def fetch_repo_forks(self):
host, org = config['url'].rsplit('/', 1)
url_hash = collabs.get_sha256_hash([config['url']], 10)
path = ['permissions', f'gh_forks_{url_hash}.json']
description = f'Fork of the {org} GH org'
description = f'Forks of repos in the {org} GH org'
self.config.add_evidences(
[
collabs.RawEvidence(
Expand Down

0 comments on commit a67f914

Please sign in to comment.