We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e52b21a commit 73ce330Copy full SHA for 73ce330
ethd
@@ -1498,7 +1498,7 @@ update() {
1498
if [ -z "${__value}" ] || [ "${__value}" = "latest" ]; then
1499
export ETHDPINNED=""
1500
__branch=$(git rev-parse --abbrev-ref HEAD)
1501
- if [[ "${__branch}" =~ ^tag-v[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
+ if [[ "${__branch}" =~ ^tag-* ]]; then
1502
git checkout main
1503
fi
1504
# This preps for a removal of ext-network.yml in a future update, after Pectra
0 commit comments