Commit 5a081475 by Francisco Giordano

comment out glob without matches

(cherry picked from commit ec097571)
parent 3d9c0ed3
......@@ -17,7 +17,7 @@ npx @openzeppelin/upgrade-safe-transpiler@latest -D \
-x '!contracts/proxy/beacon/IBeacon.sol' \
-p 'contracts/**/presets/**/*'
# this is currently no longer used but could be useful in the future
for p in scripts/upgradeable/patch/*.patch; do
git apply "$p"
done
# this is currently no longer used but could be useful again in the future
# for p in scripts/upgradeable/patch/*.patch; do
# git apply "$p"
# done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment