chore(tfstated): update database file path
This commit is contained in:
parent
3192078b05
commit
4722efb73d
2 changed files with 4 additions and 4 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,4 +1,4 @@
|
||||||
cover.out
|
cover.out
|
||||||
tfstate.db
|
tfstated.db
|
||||||
tfstate.db-shm
|
tfstated.db-shm
|
||||||
tfstate.db-wal
|
tfstated.db-wal
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue