Skip to content

Commit

Permalink
🔄 Synced local 'scripts/git_repo_check.R' with remote 'scripts/git_re…
Browse files Browse the repository at this point in the history
…po_check.R'

release-null
  • Loading branch information
cansavvy committed Jan 12, 2022
1 parent 43dda9f commit 878e57f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/git_repo_check.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ option_list <- list(
c("--repo"),
type = "character",
default = NULL,
help = "GitHub repository name, e.g. jhudsl/DaSL_Course_Template_Bookdown",
help = "GitHub repository name, e.g. jhudsl/OTTR_Template",
),
optparse::make_option(
c("--git_pat"),
Expand All @@ -39,7 +39,7 @@ check_git_repo <- function(repo, git_pat = NULL, silent = TRUE, return_repo = FA
# exists and return a TRUE/FALSE

# Inputs:
# repo: the name of the repository, e.g. jhudsl/DaSL_Course_Template_Bookdown
# repo: the name of the repository, e.g. jhudsl/OTTR_Template
# git_pat: A personal access token from GitHub. Only necessary if the repository being
# checked is a private repository.
# silent: TRUE/FALSE of whether the warning from the git ls-remote command
Expand Down

0 comments on commit 878e57f

Please sign in to comment.