Skip to content

Commit

Permalink
wrong character for regex fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Oct 15, 2024
1 parent 83b3cc7 commit 28d0c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/scripts/bash/contract-exclusion-regex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ fi
if [ $VERSION_NUMBER -eq 11 ]
then
# FeeHandlerSeller is not deployed, only its children
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|SortedOracles|ˆFeeHandlerSeller"
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|SortedOracles|^FeeHandlerSeller"
fi

0 comments on commit 28d0c8f

Please sign in to comment.