Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent 726a50a commit 0698fc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/apply_coreth_diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
go mod tidy

# Restore contracts/.gitignore
git checkout -- contracts/.gitignore

0 comments on commit 0698fc1

Please sign in to comment.