From 1f4d77422386502ce5a67b101be6d6f16eff2175 Mon Sep 17 00:00:00 2001 From: danix Date: Tue, 18 Apr 2023 07:10:03 +0200 Subject: added showconf option. Fixed bug that prevented the rc file from being correctly sourced for GIT variables. --- SOURCE/CORE/core-add.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SOURCE/CORE/core-add.sh') diff --git a/SOURCE/CORE/core-add.sh b/SOURCE/CORE/core-add.sh index c6dee8a..58831e4 100644 --- a/SOURCE/CORE/core-add.sh +++ b/SOURCE/CORE/core-add.sh @@ -1,6 +1,6 @@ addnote() { # attempt syncing before adding a note - gitsync + gitsync -f # remove eventually existing temp DB file if [[ -f $TMPDB ]]; then rm $TMPDB -- cgit v1.2.3