Skip to content

Commit cae2e65

Browse files
committed
Add test for getStateStoreProviderFactory
1 parent e5c73d8 commit cae2e65

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
@@ -247,7 +247,7 @@ func (c *InitCommand) initBackend(ctx context.Context, root *configs.Module, ext
247247

248248
opts = &BackendOpts{
249249
StateStoreConfig: root.StateStore,
250-
Locks: locks,
250+
Locks: configLocks,
251251
ProviderFactory: factory,
252252
CreateDefaultWorkspace: initArgs.CreateDefaultWorkspace,
253253
ConfigOverride: configOverride,

0 commit comments

Comments
 (0)