Skip to content

Commit

Permalink
quickfix for grep command to match template
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Dec 7, 2023
1 parent 07a518f commit d6a29c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ notes:

release: clean
# require that upstream is configured for ethereum/web3.py
@git remote -v | grep \
-e "upstream\tgit@github.com:ethereum/web3.py.git (push)" \
-Ee "upstream\thttps://(www.)?github.com/ethereum/web3.py \(push\)"
@git remote -v | grep -E "upstream\tgit@github.com:ethereum/web3.py.git \(push\)|upstream\thttps://(www.)?github.com/ethereum/web3.py \(push\)"
./newsfragments/validate_files.py is-empty
# verify that docs build correctly
make build-docs
Expand Down

0 comments on commit d6a29c1

Please sign in to comment.