Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 645af95

Browse files
committed
chore: ensure downloaded file read permissions
1 parent 05c7ec7 commit 645af95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

e2e/utils.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ func downloadFile(url string) (string, error) {
114114
return filepath, err
115115
}
116116

117+
os.Chmod(tempFile.Name(), 0666)
118+
117119
return filepath, nil
118120
}
119121

0 commit comments

Comments
 (0)