mirror of
https://github.com/prometheus-community/smartctl_exporter.git
synced 2024-11-16 01:33:07 +01:00
Fix the command copy the extracted data
Signed-off-by: David Randall <David@NiceGuyIT.biz>
This commit is contained in:
parent
e82d21fa27
commit
089e8f20c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue