aboutsummaryrefslogtreecommitdiff
path: root/local.sh
diff options
context:
space:
mode:
Diffstat (limited to 'local.sh')
-rwxr-xr-xlocal.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/local.sh b/local.sh
index dac9829..9f6feea 100755
--- a/local.sh
+++ b/local.sh
@@ -2,7 +2,7 @@
ROAM_DB_PATH=~/.emacs.d/org-roam.db
ROAM_IMG_PATH=~/.emacs.d/img
-ROAM_PATH=~/org/website/mindmap
+ROAM_PATH=~/monorepo/mindmap
# If org-roam-ui directory does not exists, clone the org-roam-ui repository.
if [ ! -d "org-roam-ui" ]; then