Skip to content

Commit 5b1929b

Browse files
committed
Move default git-roots from .. to a subdirectory, to avoid disasters
1 parent 2a81735 commit 5b1929b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

git-roots/.gitkeep

Whitespace-only changes.

local_settings_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
# directory of where you put the Relate source tree.
8888

8989
#GIT_ROOT = "/some/where"
90-
GIT_ROOT = ".."
90+
GIT_ROOT = "git-roots"
9191

9292
# }}}
9393

0 commit comments

Comments
 (0)