Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 21e6b55

Browse files
authored
Merge pull request #36 from codacy/fix-url
Fix assign created url
2 parents 63912b4 + f7fe0ad commit 21e6b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/codacy/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def self.post_results(parsed_result)
1111
project_token = ENV['CODACY_PROJECT_TOKEN']
1212
codacy_base_api = ENV['CODACY_BASE_API_URL'] || 'https://api.codacy.com'
1313
commit = Codacy::Git.commit_id
14-
create_url(codacy_base_api, commit)
14+
url = create_url(codacy_base_api, commit)
1515

1616
result = parsed_result.to_json
1717

0 commit comments

Comments
 (0)