Skip to content

Commit 6ceab66

Browse files
notnarbcopybara-github
authored andcommitted
GitHub PR#200 Fix download URL in WORKSPACE instructions
-- ede5d29 by Branton Horsley <[email protected]>: Fix download URL in WORKSPACE instructions * GitHub archive URLs end in ".zip" Closes #200 GitOrigin-RevId: 0f32cfe Change-Id: I94749fedc91daaf906dc905ca1c9d0c164448282
1 parent 83eca0c commit 6ceab66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ http_archive(
122122
name = "com_github_google_copybara",
123123
sha256 = "{{ sha256sum }}"
124124
strip_prefix = "copybara-{{ commit }}",
125-
url = "https://github.com/google/copybara/archive/{{ commit }}",
125+
url = "https://github.com/google/copybara/archive/{{ commit }}.zip",
126126
)
127127

128128
load("@com_github_google_copybara//:repositories.bzl", "copybara_repositories")

0 commit comments

Comments
 (0)