Skip to content

Commit e9ebdc8

Browse files
committed
docs: Fix code comment
1 parent fab00aa commit e9ebdc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/command/e2etest/pluggable_state_store_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ func TestPrimary_stateStore_stateCmds(t *testing.T) {
149149
simple6Provider := filepath.Join(tf.WorkDir(), "terraform-provider-simple6")
150150
simple6ProviderExe := e2e.GoBuild("github.com/hashicorp/terraform/internal/provider-simple-v6/main", simple6Provider)
151151

152-
// Move the provider binaries into the correct directory .terraform/providers/ directory
152+
// Move the provider binaries into the correct .terraform/providers/ directory
153153
// that will contain provider binaries in an initialized working directory.
154154
platform := getproviders.CurrentPlatform.String()
155155
if err := os.MkdirAll(tf.Path(".terraform/providers/registry.terraform.io/hashicorp/simple6/0.0.1/", platform), os.ModePerm); err != nil {

0 commit comments

Comments
 (0)