state: store in ~/.dagger

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi 2021-04-01 22:26:10 -07:00 committed by Solomon Hykes
parent 4c93f100a0
commit 526d3af364

View File

@ -18,7 +18,7 @@ var (
) )
const ( const (
defaultStoreRoot = "$HOME/.config/dagger/deployments" defaultStoreRoot = "$HOME/.dagger/store"
) )
type Store struct { type Store struct {