change recommended clone path to clone_repos/

This commit is contained in:
Trevor Bentley
2023-01-12 17:50:21 +01:00
parent 87f6ce398d
commit c60b1d26a0
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
/target
/rendered/
/cloned_repos/
*~
+1 -1
View File
@@ -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/"
###############################################################################