diff --git a/README.md b/README.md index dd3c272c854bbac20c3aadcf92c33f95166fb45c..9f9f08b4f523f2b728af99e419b256031ad6536f 100644 --- a/README.md +++ b/README.md @@ -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") ``` diff --git a/download_project.R b/download_project.R index 624d2795a652c70f010cff331c8f408b62719964..39f0a7b93aa15b2d8c579138a66d573d2c3bfb14 100644 --- a/download_project.R +++ b/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")