Skip to content

Commit 1fd5880

Browse files
committed
Add test for getStateStoreProviderFactory
1 parent a9f391a commit 1fd5880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/init.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ func (c *InitCommand) initBackend(ctx context.Context, root *configs.Module, ini
250250

251251
opts = &BackendOpts{
252252
StateStoreConfig: root.StateStore,
253-
Locks: locks,
253+
Locks: configLocks,
254254
ProviderFactory: factory,
255255
CreateDefaultWorkspace: initArgs.CreateDefaultWorkspace,
256256
ConfigOverride: configOverride,

0 commit comments

Comments
 (0)