Skip to content

Commit

Permalink
fixed #32 - new location of DB since Things 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Nov 11, 2020
1 parent d8cd8e8 commit b30391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion things.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ realpath() {
}
readonly PROGNAME="$(basename "$0")"
readonly PATHNAME="$(dirname "$(realpath "$0")")"
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"
readonly THINGSDB="${THINGSDB:-$DEFAULT_DB}"
readonly PLUGINDIR="$PATHNAME/plugins"
###############################################################################
Expand Down

0 comments on commit b30391f

Please sign in to comment.