Fix the command copy the extracted data

Signed-off-by: David Randall <David@NiceGuyIT.biz>
This commit is contained in:
David Randall 2024-05-05 11:11:41 -04:00
parent e82d21fa27
commit 089e8f20c1
1 changed files with 1 additions and 1 deletions

View File

@ -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