There was an error while loading. Please reload this page.
2 parents 85987c9 + c65d5bb commit 1e60730Copy full SHA for 1e60730
1 file changed
tools/populate_datasets.datalad.org
@@ -5,7 +5,7 @@ set -eu
5
topp="/srv/datasets.datalad.org/www"
6
7
ssh falkor.datalad.org find "$topp" -iname .git -type d | sed -e "s,$topp/\(.*\),https://datasets.datalad.org/\1,g" \
8
-| while read url; do
+| while read -r url; do
9
curl -X 'POST' \
10
'http://localhost:5000/api/v2/dataset-urls' \
11
-H 'accept: application/json' \
0 commit comments