Skip to content

Commit

Permalink
Fix a problem
Browse files Browse the repository at this point in the history
  • Loading branch information
rosun82 authored and Mican Zhang committed Jan 8, 2020
1 parent 9ce1dd2 commit db70f7b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build_rules/github.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ def github_go_repository(
return go_repository(
name = name,
importpath = importpath,
remote = remote,
vcs = "git",
commit = commit,
tag = tag,
sha256 = sha256,
urls = [_github_tar_gz_url(package, commit, tag)] + mirror_urls,
strip_prefix = _tar_gz_prefix(package, commit, tag),
**kwargs
)

0 comments on commit db70f7b

Please sign in to comment.