commit: | c60b1d26a062c4c4acf7e0055f272da757b9412c |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Thu Jan 12 17:50:21 2023 +0100 |
parents: | 87f6ce398d74a4edcd64cc92e777ce37edd4194a |
diff --git a/.gitignore b/.gitignore line changes: +1/-0 index a73c881..e6366af --- a/.gitignore +++ b/.gitignore
@@ -1,3 +1,4 @@ /target /rendered/ +/cloned_repos/ *~
diff --git a/config.toml b/config.toml line changes: +1/-1 index ed2acd4..b9035fc --- 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/" ###############################################################################