diff --git a/ops/scripts/devnet-hardhat.sh b/ops/scripts/devnet-hardhat.sh index e4b202d8f..af0cca3b4 100755 --- a/ops/scripts/devnet-hardhat.sh +++ b/ops/scripts/devnet-hardhat.sh @@ -48,7 +48,7 @@ do prev_output="${output}" fi - if [[ $output == *"Listening"* ]]; then + if [[ $output == *"listening"* ]]; then echo "" echo "starknet-devnet is ready." exit 0