Skip to content

Commit

Permalink
fix: handle single-import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 8, 2024
1 parent 3015e74 commit 6be7303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rename-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
go mod edit -module github.com/ava-labs/go-ethereum;
find . -iname '*.go' | xargs sed -i -E \
's|^(\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
's|^((import?)\s.*?"github\.com/)ethereum/go-ethereum|\1ava-labs/go-ethereum|';
- name: create rename-X branch
uses: devops-infra/action-commit-push@8bc2ff9f9de7aa2a7581fc7e5b6401c04cab54c7
Expand Down

0 comments on commit 6be7303

Please sign in to comment.