Skip to content

Commit

Permalink
Fix minor bug in download script
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmichael committed May 2, 2018
1 parent 09806a8 commit 344eed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion download.sh
Expand Up @@ -8,7 +8,7 @@ then
case ${answer:0:1} in
y|Y )
curl -o data/qasrl-v2.tar http://qasrl.org/data/qasrl-v2.tar
tar xf data/qasrl-v2.tar -C data
tar xf data/qasrl-v2.tar
rm data/qasrl-v2.tar
;;
* )
Expand Down

0 comments on commit 344eed0

Please sign in to comment.