From 089e8f20c1fd1e32d2f8490b96a42fd23b859fb7 Mon Sep 17 00:00:00 2001 From: David Randall Date: Sun, 5 May 2024 11:11:41 -0400 Subject: [PATCH] Fix the command copy the extracted data Signed-off-by: David Randall --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5323015..55f8c43 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ to see the data generated. ./collect_fake_json.sh # copy the test JSON into one of the files in debug/ -#cat > debug/sda.json +cp extracted-from-above-sda.json debug/sda.json # Make sure you have the latest version go build