Skip to content

Commit

Permalink
Fix bad English sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed Jun 22, 2020
1 parent 797418b commit 898c8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ wait_for_sentinel:
if [ $$(${REDIS_CLIENT} -p $${port} SENTINEL SLAVES ${HA_GROUP_NAME} | wc -l) -gt 1 ]; then\
break;\
fi;\
echo 'waiting for ready to sentinel tests...';\
echo 'Waiting for Redis sentinel to be ready...';\
sleep 1;\
done;\
done
Expand Down

0 comments on commit 898c8a6

Please sign in to comment.