There was an error while loading. Please reload this page.
1 parent d8cd8e8 commit b30391fCopy full SHA for b30391f
1 file changed
things.sh
@@ -38,7 +38,7 @@ realpath() {
38
}
39
readonly PROGNAME="$(basename "$0")"
40
readonly PATHNAME="$(dirname "$(realpath "$0")")"
41
-readonly DEFAULT_DB="$HOME/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things.sqlite3"
+readonly DEFAULT_DB="${HOME}/Library/Group Containers/JLMPQHK86H.com.culturedcode.ThingsMac/Things Database.thingsdatabase/main.sqlite"
42
readonly THINGSDB="${THINGSDB:-$DEFAULT_DB}"
43
readonly PLUGINDIR="$PATHNAME/plugins"
44
###############################################################################
0 commit comments