Skip to content

Commit

Permalink
Merge pull request #23 from cynkra/f-22
Browse files Browse the repository at this point in the history
Clone repo in fresh dir each time
  • Loading branch information
pat-s authored Jun 17, 2021
2 parents 960ba51 + f0bb217 commit 4bdf797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/deploy.R
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ deploy_minicran_package <- function(drat_repo,
}

clone_drat_dir <- function(drat_repo) {
path <- paste0(tempdir(), "/drat")
path <- tempfile()
cli::cli_alert("Attempting to create a temporary git clone of
{.url {drat_repo}}. Your password might be needed for
authentication.", wrap = TRUE)
Expand Down

0 comments on commit 4bdf797

Please # to comment.