From 0698fc13fa96772c3ded2df9f9a88c1026b8e320 Mon Sep 17 00:00:00 2001 From: Darioush Jalali Date: Wed, 21 Aug 2024 09:24:42 -0700 Subject: [PATCH] update --- scripts/apply_coreth_diff.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/apply_coreth_diff.sh b/scripts/apply_coreth_diff.sh index 0a18486480..15744c607c 100755 --- a/scripts/apply_coreth_diff.sh +++ b/scripts/apply_coreth_diff.sh @@ -15,4 +15,7 @@ sed_command='s!github.com/ava-labs/coreth!github.com/ava-labs/subnet-evm!g' # TODO: improve this command that finds all the "coreth" references and replaces them with "subnet-evm" LANG=C find . -type f \! -name 'apply_coreth_diff.sh' \! -path './.git/*' \! -path './contracts/node_modules/*' -exec sed -i '' -e "${sed_command}" {} \; gofmt -w . -go mod tidy \ No newline at end of file +go mod tidy + +# Restore contracts/.gitignore +git checkout -- contracts/.gitignore \ No newline at end of file