Skip to content

Commit

Permalink
a first fix cf #143
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Jan 6, 2020
1 parent adcc719 commit 6676bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/createPackageProject.R
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ createPackageProject <- function(name, title = NULL,
usethis::use_build_ignore("_pkgdown.yml")
}

if (!is.null(external_setup)) {
if (!is.null(external_setup$git_service)) {
setup_repo(
name = name,
title = title,
Expand Down

0 comments on commit 6676bc0

Please sign in to comment.