Skip to content

Commit

Permalink
typo: Add missing 'v' to url (bazelbuild#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork authored Jul 2, 2020
1 parent 229b03c commit 8b3f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ http_archive(
name = "rules_python_external",
sha256 = "", # Fill in with correct sha256 of your COMMIT_SHA version
strip_prefix = "rules_python_external-{version}".format(version = rules_python_external_version),
url = "https://github.com/dillon-giacoppo/rules_python_external/archive/{version}.zip".format(version = rules_python_external_version),
url = "https://github.com/dillon-giacoppo/rules_python_external/archive/v{version}.zip".format(version = rules_python_external_version),
)

# Install the rule dependencies
Expand Down

0 comments on commit 8b3f2d5

Please sign in to comment.