Skip to content

Commit bb6d754

Browse files
committed
Fix file path for tar command
1 parent 9dcb76b commit bb6d754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This README file has instructions on how to get, validate and process the data.
1313
```
1414
cd data
1515
curl -L https://figshare.com/ndownloader/files/{DATA_ID} -o group_data.tar
16-
tar zxvf group.tar
16+
tar zxvf group_data.tar
1717
cd ..
1818
```
1919

0 commit comments

Comments
 (0)