Skip to content

Commit

Permalink
fix: uses http for links to internal logs (#556)
Browse files Browse the repository at this point in the history
fixes #555
  • Loading branch information
danoscarmike authored May 15, 2020
1 parent 3593e3a commit cb3433f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosynth/multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _file_or_comment_on_issue(
{output_to_report}
```
Google internal developers can see the full log [here](https://sponge/{os.environ.get('KOKORO_BUILD_ID')}).
Google internal developers can see the full log [here](http://sponge/{os.environ.get('KOKORO_BUILD_ID')}).
"""

if not existing_issue:
Expand Down

0 comments on commit cb3433f

Please sign in to comment.