Skip to content

Commit c0bf0ab

Browse files
Update developer.md (RedisJSON#857)
Variable fix. <s>`$search`</s> into `$rejson` ``` rejson=$(docker run -d -it -v $PWD:/build debian:bullseye bash) docker exec -it $rejson bash ``` Co-authored-by: Guy Korland <gkorland@gmail.com>
1 parent f87c93d commit c0bf0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/developer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To set up a virtual machine with Docker:
2424

2525
```
2626
rejson=$(docker run -d -it -v $PWD:/build debian:bullseye bash)
27-
docker exec -it $search bash
27+
docker exec -it $rejson bash
2828
```
2929
Then run ```cd /build``` from within the container.
3030

0 commit comments

Comments
 (0)