From 72eda03469a773120c1f220e6ea81ce4fd766550 Mon Sep 17 00:00:00 2001 From: Adilet Saken <38561462+AdiletSaken@users.noreply.github.com> Date: Sat, 18 Feb 2023 06:09:13 +0600 Subject: [PATCH] Fix typo in entrypoint.sh --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 269dc73..67af5db 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -13,7 +13,7 @@ for i in {1..5}; do if "${cqlsh[@]}" -e "show host;" 2> /dev/null; then break fi - echo "Can't establish connection, will retry again in $i sconds" + echo "Can't establish connection, will retry again in $i seconds" sleep $i done @@ -31,4 +31,4 @@ done echo "Done." -exit 0 \ No newline at end of file +exit 0