From 309694318d01b0675aa10e3edc3db0d7fe6c0805 Mon Sep 17 00:00:00 2001 From: Michal Wasilewski Date: Mon, 5 Jun 2023 17:11:43 +0200 Subject: [PATCH] minor update to the readme Signed-off-by: Michal Wasilewski --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43c37735a..1224816c2 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ ensure the `fixtures` directory is up to date by removing the existing directory extracting the ttar file using `make fixtures/.unpacked` or just `make test`. ```bash -rm -rf fixtures +rm -rf testdata/fixtures make test ``` Next, make the required changes to the extracted files in the `fixtures` directory. When the changes are complete, run `make update_fixtures` to create a new `fixtures.ttar` file based on the updated `fixtures` directory. And finally, verify the changes using -`git diff fixtures.ttar`. +`git diff testdata/fixtures.ttar`.