Skip to content
Snippets Groups Projects
Unverified Commit b4efb2c2 authored by Dawid Dziurla's avatar Dawid Dziurla Committed by GitHub
Browse files

notability: fix variable names

parent 6b7f7cb1
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ module SharedAudits
@github_repo_data ||= {}
@github_repo_data["#{user}/#{repo}"] ||= GitHub.repository(user, repo)
@github_data["#{user}/#{repo}"]
@github_repo_data["#{user}/#{repo}"]
rescue GitHub::HTTPNotFoundError
nil
end
......@@ -23,7 +23,7 @@ module SharedAudits
JSON.parse(out)
end
@gitlab_data["#{user}/#{repo}"]
@gitlab_repo_data["#{user}/#{repo}"]
end
def github(user, repo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment