Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.

Commit aae6587

Browse files
authored
fix pointers to master branch (#160)
1 parent 6553c1d commit aae6587

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

R/cluster.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,13 @@ makeCluster <-
197197
sep = " ")
198198

199199
containerInstallCommand <- c(
200-
#TODO: Updates branch to point at master!
201200
paste0(
202201
"wget https://raw.githubusercontent.com/Azure/doAzureParallel/",
203-
"feature/container_wip/inst/startup/cluster_setup.sh"),
202+
"master/inst/startup/cluster_setup.sh"),
204203
"chmod u+x cluster_setup.sh",
205204
paste0(
206205
"wget https://raw.githubusercontent.com/Azure/doAzureParallel/",
207-
"feature/container_wip/inst/startup/install_bioconductor.R"),
206+
"master/inst/startup/install_bioconductor.R"),
208207
"chmod u+x install_bioconductor.R",
209208
installAndStartContainerCommand
210209
)

0 commit comments

Comments
 (0)