Skip to content

Commit

Permalink
removed regex
Browse files Browse the repository at this point in the history
  • Loading branch information
martinvol committed Oct 16, 2024
1 parent 21138ba commit 420d2dc
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 @@ -32,5 +32,5 @@ fi
if [ $VERSION_NUMBER -eq 12 ]
then
# FeeHandlerSeller is not deployed, only its children
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX|^FeeHandlerSeller"
CONTRACT_EXCLUSION_REGEX="$CONTRACT_EXCLUSION_REGEX"
fi

0 comments on commit 420d2dc

Please sign in to comment.