chore(tfstated): update database file path

This commit is contained in:
Julien Dessaux 2025-04-23 00:06:16 +02:00
parent 3192078b05
commit 4722efb73d
Signed by: adyxax
GPG key ID: F92E51B86E07177E
2 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ func main() {
db, err := database.NewDB(
ctx,
"./tfstate.db?_txlock=immediate",
"./tfstated.db?_txlock=immediate",
os.Getenv,
)
if err != nil {