Skip to content

Commit acdc8df

Browse files
committed
try again
1 parent 12233be commit acdc8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provisioner/terraform/modules_internal_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func TestGetModulesArchive(t *testing.T) {
6464
if errors.Is(err, io.EOF) {
6565
break
6666
}
67-
fmt.Printf("- %v (%v)\n", h.Name, h.Size)
67+
fmt.Printf("- %v (%v) [%v:%v] %#v\n", h.Name, h.Size, h.Uid, h.Gid, h)
6868
}
6969

7070
// It should always be byte-identical to optimize storage

0 commit comments

Comments
 (0)