Skip to content

Commit 1e60730

Browse files
authored
Merge pull request #275 from candleindark/eliminate-shell-check-err
Eliminate shellcheck err in by adding `-r` option
2 parents 85987c9 + c65d5bb commit 1e60730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/populate_datasets.datalad.org

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eu
55
topp="/srv/datasets.datalad.org/www"
66

77
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
8+
| while read -r url; do
99
curl -X 'POST' \
1010
'http://localhost:5000/api/v2/dataset-urls' \
1111
-H 'accept: application/json' \

0 commit comments

Comments
 (0)