Skip to content
Snippets Groups Projects
Commit 2ad7e4ef authored by Languillaume, Antoine's avatar Languillaume, Antoine
Browse files

Update branch name in urls

parent 3e4d4353
Branches
No related tags found
No related merge requests found
......@@ -11,6 +11,6 @@ To download it on your computer:
3. Paste the following command in your terminal:
``` r
source("https://git.wageningenur.nl/pps/PPS_data_management/-/raw/refactor/download_project.R")
source("https://git.wageningenur.nl/pps/PPS_data_management/-/raw/master/download_project.R")
```
......@@ -32,7 +32,7 @@ if(length(current_files) != 0){
## Download and unzip project
url_repo <- paste0("https://git.wageningenur.nl/pps/PPS_data_management/-/archive/",
"refactor/PPS_data_management-refactor.zip")
"master/PPS_data_management-refactor.zip")
download.file(url = url_repo,
destfile = file.path(current_wd, "project.zip"))
unzip("project.zip")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment