Skip to content

Commit c1464f6

Browse files
committed
Fix tfproviderlint
1 parent baf4e6e commit c1464f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/vcr-compressor/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616

1717
report, err := acctest.CompressCassette(path)
1818
if err != nil {
19-
panic(err)
19+
log.Fatalf("%s", err)
2020
}
2121

2222
report.Print()

0 commit comments

Comments
 (0)