Make code pass sample unit tests

This commit is contained in:
Marty Oehme 2019-07-27 13:33:26 +02:00
parent 8eccd8ce8e
commit 6082339fba

View file

@ -2,4 +2,4 @@
# set wiki root to nextcloud notes folder,
# will be picked up by vim wiki plugin as root
export WIKIROOT="$HOME/Nextcloud/Notes/"
export WIKIROOT=${WIKIROOT:-"$HOME/Nextcloud/Notes/"}