diff options
| author | danix <danix@danix.xyz> | 2023-04-18 07:10:03 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2023-04-18 07:10:03 +0200 |
| commit | 1f4d77422386502ce5a67b101be6d6f16eff2175 (patch) | |
| tree | 493fc8964eb93331951f81af5c797988cc1a325d /SOURCE/CORE/core-add.sh | |
| parent | bba0734fdb0ddeea845a8534b24daf13cbda9d1d (diff) | |
| download | bash-notes-1f4d77422386502ce5a67b101be6d6f16eff2175.tar.gz bash-notes-1f4d77422386502ce5a67b101be6d6f16eff2175.zip | |
added showconf option. Fixed bug that prevented the rc file from being correctly sourced for GIT variables.
Diffstat (limited to 'SOURCE/CORE/core-add.sh')
| -rw-r--r-- | SOURCE/CORE/core-add.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
