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

6
.gitignore vendored
View file

@ -1,4 +1,4 @@
cover.out cover.out
tfstate.db tfstated.db
tfstate.db-shm tfstated.db-shm
tfstate.db-wal tfstated.db-wal

View file

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