Skip to content

Commit

Permalink
chmod++
Browse files Browse the repository at this point in the history
  • Loading branch information
turt2live committed Aug 11, 2023
1 parent c312342 commit f0a07ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_internals/deps_synapse.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func MakeSynapse(domainName string, depNet *NetworkDep) (*SynapseDep, error) {
if err != nil {
return nil, err
}
err = os.Chmod(d, 0766)
err = os.Chmod(d, 0777)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit f0a07ad

Please sign in to comment.