From c60b1d26a062c4c4acf7e0055f272da757b9412c Mon Sep 17 00:00:00 2001 From: Trevor Bentley Date: Thu, 12 Jan 2023 17:50:21 +0100 Subject: [PATCH] change recommended clone path to clone_repos/ --- .gitignore | 1 + config.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a73c881..e6366af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /target /rendered/ +/cloned_repos/ *~ diff --git a/config.toml b/config.toml index ed2acd4..b9035fc 100644 --- a/config.toml +++ b/config.toml @@ -314,7 +314,7 @@ repo_assets = "%REPO%/assets/" # runs, all remote refs are fetched rather than recloning. # # Only non-authenticated HTTPS repositories are currently supported. -cloned_repos = "bare_repos/" +cloned_repos = "cloned_repos/" ###############################################################################