From ee7ef09634983126456195297153c708cda78092 Mon Sep 17 00:00:00 2001 From: Ryan Greenup Date: Fri, 17 Jul 2020 04:35:00 +1000 Subject: [PATCH] Changed Notes Dir --- bin/cadmus | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cadmus b/bin/cadmus index dc6c794..d6f9492 100755 --- a/bin/cadmus +++ b/bin/cadmus @@ -1,5 +1,5 @@ #! /usr/bin/env bash -readonly NOTES_DIR="$HOME/Notes/MD/notes" ## TODO Global Variables are bad +readonly NOTES_DIR="$HOME/Notes/" ## TODO Global Variables are bad readonly SERVER_DIR="/srv/www/html/MD" readonly RECOLL_CONFIG_DIR="$HOME/.cadmus" readonly MKDOCS_YML="$HOME/Notes/mkdocs.yml" ## This may be above the notes directory, the