Skip to content

Commit 2d509b2

Browse files
chore: change pact file permissions
1 parent 7c0c5f4 commit 2d509b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pacttesting/pact_file_split.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
type PactRequestMatchingFilter = func(map[string]interface{})
1313

14-
const splitPactFileMode = 0o600
14+
const splitPactFileMode = 0o644
1515

1616
// SplitPactBulkFile reads bulk PACT files, splits it into smaller ones
1717
// and writes output to destination directory

0 commit comments

Comments
 (0)