diff --git a/goto.sh b/goto.sh index 7a21754..637a8bc 100644 --- a/goto.sh +++ b/goto.sh @@ -75,6 +75,7 @@ goto() _goto_resolve_db() { GOTO_DB="${GOTO_DB:-$HOME/.goto}" + touch -a "$GOTO_DB" } _goto_usage()