From 7463a9ecaebc8a814bb3ef160819ff3de029d286 Mon Sep 17 00:00:00 2001 From: Paul Kuruvilla Date: Mon, 9 Oct 2023 12:12:14 +0100 Subject: [PATCH] Update Redis server spawn script to use correct directory name --- course-definition.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/course-definition.yml b/course-definition.yml index 35d9b963..92f88061 100644 --- a/course-definition.yml +++ b/course-definition.yml @@ -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: