Skip to content

Commit

Permalink
Update Redis server spawn script to use correct directory name
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitpaulk committed Oct 9, 2023
1 parent 6b601db commit 7463a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ stages:
These values will be passed into your program like this:
```
./spawn_redis_server.sh --dir /tmp/redisfiles --dbfilename dump.rdb
./spawn_redis_server.sh --dir /tmp/redis-files --dbfilename dump.rdb
```
To verify whether your program is reading config values correctly, the tester will send you two commands:
Expand Down

0 comments on commit 7463a9e

Please sign in to comment.