Skip to content

Commit

Permalink
remove newline after the dot in chain progress
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Connolly <[email protected]>
  • Loading branch information
amessbee and dckc authored Jan 9, 2025
1 parent 56d84f6 commit ddce0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/scripts/wait-for-chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ check_block_pattern() {
local required_patterns=3 # Number of block patterns we want to see

while IFS= read -r line; do
echo "." # Show the log output
echo -n "." # Show progress

if [[ $line =~ "block-manager: block "[0-9]+" commit" ]]; then
((count++))
Expand Down

0 comments on commit ddce0f9

Please sign in to comment.