Skip to content
This repository has been archived by the owner on Oct 25, 2018. It is now read-only.

Commit

Permalink
reproin: Simplify download-url call
Browse files Browse the repository at this point in the history
--path accepts a directory and will use the basename from the URL.
Note: This commits assumes the previous commit which removes "HEAD~10"
from the afterlife solution; otherwise, that solution will fail with
this change because it reduces the number of commits in the repo.
  • Loading branch information
kyleam committed Jun 12, 2018
1 parent 2030ddd commit 06b634c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _episodes/03-01-reproin.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,8 +361,9 @@ dataset.
>
> > ## Solution
> > ~~~
> > % datalad download-url --path code/events2ev3.sh https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/events2ev3.sh
> > % datalad download-url --path code/ffa_design.fsf https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/ffa_design.fsf
> > % datalad download-url --path code \
> > https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/events2ev3.sh \
> > https://raw.githubusercontent.com/myyoda/ohbm2018-training/master/section23/scripts/ffa_design.fsf
> > % git log
> >
> > ~~~
Expand Down

0 comments on commit 06b634c

Please sign in to comment.