mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
update persist state
This commit is contained in:
@@ -131,7 +131,7 @@ func (b *Backend) StateMgr(name string) (statemgr.Full, error) {
|
||||
if err := st.WriteState(states.NewState()); err != nil {
|
||||
return nil, unlock(err)
|
||||
}
|
||||
if err := st.PersistState(); err != nil {
|
||||
if err := st.PersistState(nil); err != nil {
|
||||
return nil, unlock(err)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user