Skip to content

Commit

Permalink
Fix devnet startup wait
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jan 16, 2024
1 parent 704d4d1 commit 8ffd8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/scripts/devnet-hardhat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ffd8d4

Please sign in to comment.