mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-12-26 00:52:46 +00:00
bioconductor: fix url of upstream
This commit is contained in:
parent
324b680657
commit
91e5a3ef7d
|
|
@ -19,7 +19,7 @@ fi
|
|||
mkdir -p ${TUNASYNC_WORKING_DIR}/packages
|
||||
|
||||
for version in ${VERSIONS[@]}; do
|
||||
upstream=${UPSTREAM}:${version}
|
||||
upstream=${UPSTREAM}/${version}
|
||||
dest=${TUNASYNC_WORKING_DIR}/packages/${version}
|
||||
|
||||
[ ! -d "$dest" ] && mkdir -p "$dest"
|
||||
|
|
|
|||
Loading…
Reference in New Issue