Skip to content

Commit a0fa1d8

Browse files
rainkwanstephybun
andauthored
Update internal/teststep/file.go
Co-authored-by: stephybun <[email protected]>
1 parent 9b8369b commit a0fa1d8

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)