Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Aug 21, 2024
1 parent 98c4156 commit 622bd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apply_diff_and_rename.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ gofmt -w .
go mod tidy

# Restore contracts/.gitignore
git checkout -- contracts/.gitignore || true # Ignore if the file doesn't exist
git checkout -- contracts/.gitignore 2>/dev/null || true # Ignore if the file doesn't exist

0 comments on commit 622bd33

Please sign in to comment.