# HG changeset patch # User Peter Sanchez # Date 1702676652 21600 # Fri Dec 15 15:44:12 2023 -0600 # Node ID 185b0b489811958738c641a4fd9673956b6fdbb5 # Parent b3bf807d0522a85d79e4b12b90ef6fabedfdc535 Move default directory to ~/.config/tago diff --git a/cmd/tago/main.go b/cmd/tago/main.go --- a/cmd/tago/main.go +++ b/cmd/tago/main.go @@ -27,7 +27,7 @@ func init() { rootCmd.PersistentFlags().StringVarP( - &dbFile, "database", "d", "~/.tago/tago.db", + &dbFile, "database", "d", "~/.config/tago/tago.db", "Path to SQLite3 database file.", ) rootCmd.PersistentFlags().BoolVarP(