added showconf option. Fixed bug that prevented the rc file from being correctly...
[bash-notes.git] / SOURCE / CORE / core-add.sh
index c6dee8a..58831e4 100644 (file)
@@ -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