build/download: also means we can end up copying directories

This commit is contained in:
Franco Fichtner 2018-03-15 09:03:09 +01:00
parent 7d73b4814b
commit f630892161
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ shift
download()
{
echo ">>> Downloading ${1}..."
scp ${SSHTARGET}:"${2}/${3}" ${2}
scp -r ${SSHTARGET}:"${2}/${3}" ${2}
}
for ARG in ${@}; do