Skip to content

Commit 896310e

Browse files
rainkwanstephybun
andcommitted
Update internal/teststep/file.go
Co-authored-by: stephybun <[email protected]>
1 parent b5c37ca commit 896310e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/teststep/file.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (c configurationFile) HasTerraformBlock(ctx context.Context) (bool, error)
7272
}
7373

7474
func (c configurationFile) WriteQuery(ctx context.Context, dest string) error {
75-
panic("WriteQuery not supported for configurationDirectory")
75+
panic("WriteQuery not supported for configurationFile")
7676
}
7777

7878
// Write copies file from c.file to destination.

0 commit comments

Comments
 (0)