Skip to content

Commit

Permalink
Merge pull request #48 from VLucet/patch-1
Browse files Browse the repository at this point in the history
Fix typo in doc (EBD instead of EDB)
  • Loading branch information
mstrimas authored Oct 28, 2020
2 parents 0abb750 + 1237c51 commit d85422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/auk-set-ebd-path.r
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @param path character; directory where the EBD text files are stored, e.g.
#' `"/home/matt/ebd"`.
#' @param overwrite logical; should the existing `EDB_PATH` be overwritten if it
#' @param overwrite logical; should the existing `EBD_PATH` be overwritten if it
#' has already been set in .Renviron.
#'
#' @return Edits .Renviron, then returns the AWK path invisibly.
Expand Down Expand Up @@ -50,4 +50,4 @@ auk_set_ebd_path <- function(path, overwrite = FALSE) {
write(paste0("EBD_PATH='", path, "'\n"), renv_path, append = TRUE)
message(paste("EBD_PATH set to", path))
invisible(path)
}
}

0 comments on commit d85422b

Please sign in to comment.