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