Skip to content

Commit

Permalink
Fix strip_prefix in README
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 607777670
  • Loading branch information
pybind11_abseil authors authored and copybara-github committed Feb 16, 2024
1 parent 08bdc52 commit 2c5bec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ http_archive(
http_archive(
name = "pybind11_abseil",
strip_prefix = "pybind11_abseil_master"
strip_prefix = "pybind11_abseil-master"
urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"],
)
Expand Down Expand Up @@ -89,7 +89,7 @@ http_archive(
http_archive(
name = "pybind11_abseil",
strip_prefix = "pybind11_abseil_master",
strip_prefix = "pybind11_abseil-master",
urls = ["https://github.com/pybind/pybind11_abseil/refs/heads/master.tar.gz"],
)
```
Expand Down

0 comments on commit 2c5bec6

Please sign in to comment.