Skip to content

Commit

Permalink
storage: store local copy at ~/.savvy
Browse files Browse the repository at this point in the history
  • Loading branch information
joshi4 committed Nov 7, 2024
1 parent 61a95e2 commit 489f4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/getsavvyinc/savvy-cli/client"
)

const defaultLocalDBDir = "savvy"
const defaultLocalDBDir = ".savvy"
const defaultDBFilename = "savvy.local"

var defaultLocalDBPath = filepath.Join(defaultLocalDBDir, defaultDBFilename)
Expand Down

0 comments on commit 489f4a9

Please sign in to comment.