Skip to content

Commit 8b3f2d5

Browse files
typo: Add missing 'v' to url (#48)
1 parent 229b03c commit 8b3f2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http_archive(
4141
name = "rules_python_external",
4242
sha256 = "", # Fill in with correct sha256 of your COMMIT_SHA version
4343
strip_prefix = "rules_python_external-{version}".format(version = rules_python_external_version),
44-
url = "https://github.com/dillon-giacoppo/rules_python_external/archive/{version}.zip".format(version = rules_python_external_version),
44+
url = "https://github.com/dillon-giacoppo/rules_python_external/archive/v{version}.zip".format(version = rules_python_external_version),
4545
)
4646

4747
# Install the rule dependencies

0 commit comments

Comments
 (0)