From 9a1fe0f48c9578f97f88792148971ce876283de4 Mon Sep 17 00:00:00 2001 From: jhudsl-robot Date: Thu, 3 Feb 2022 19:31:16 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Synced=20local=20'scripts/git=5F?= =?UTF-8?q?repo=5Fcheck.R'=20with=20remote=20'scripts/git=5Frepo=5Fcheck.R?= =?UTF-8?q?'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit release- --- scripts/git_repo_check.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/git_repo_check.R b/scripts/git_repo_check.R index ed83967..e1d7412 100644 --- a/scripts/git_repo_check.R +++ b/scripts/git_repo_check.R @@ -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"), @@ -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