Skip to content

Commit 5571e07

Browse files
committed
Update function signature to avoid errors
1 parent 0b98230 commit 5571e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/nosqlbench-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "deb https://downloads.datastax.com/deb stable main" | tee -a /etc/apt/sour
77
curl -sL https://downloads.datastax.com/deb/doc/apt_key.gpg | apt-key add -
88
pip install cqlsh
99

10-
function test_conn {
10+
test_conn() {
1111
nc -z -v $1 9042;
1212
while [ $? -ne 0 ];
1313
do echo "CQL port not ready on $1";

0 commit comments

Comments
 (0)