Skip to content

Commit 63cc582

Browse files
authored
fix typo
1 parent 5112692 commit 63cc582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

04_APIs_script.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We've created a script in `bin/hit_endpoint.sh` that can be used to call the `/g
9191
However, you first need to get the IDs of some valid tweets.
9292
You can do this by logging into the Cassandra container and starting a `cqlsh` session:
9393

94-
$ docker exec -it test_cassandra
94+
$ docker exec -it test_cassandra /bin/bash
9595
# cqlsh
9696
> select id from demo.raw_tweets limit 100;
9797

0 commit comments

Comments
 (0)