Skip to content

Commit

Permalink
chore: satisfy super-linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shortdoom committed Feb 1, 2024
1 parent d47b73a commit 6bdc8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ci_test_etherscan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ then
exit 255
fi

dir_name=$(ls crytic-export/etherscan-contracts/ | grep 0x9AB6b21cDF116f611110b048987E58894786C244)
cd crytic-export/etherscan-contracts/$dir_name
dir_name=$(find crytic-export/etherscan-contracts/ -type d -name "*0x9AB6b21cDF116f611110b048987E58894786C244*" -print -quit)
cd "$dir_name" || { echo "Failed to change directory"; exit 255; }

if [ ! -f crytic_compile.config.json ]; then
echo "crytic_compile.config.json does not exist"
Expand Down

0 comments on commit 6bdc8e3

Please sign in to comment.