Merge pull request #2212 from aluzzardi/writefile-permissions
core.#WriteFile: default permissions to 0o644
This commit is contained in:
commit
8aef583351
@ -60,7 +60,7 @@ import "dagger.io/dagger"
|
|||||||
// Contents to write
|
// Contents to write
|
||||||
contents: string
|
contents: string
|
||||||
// Permissions of the file
|
// Permissions of the file
|
||||||
permissions: *0o600 | int
|
permissions: *0o644 | int
|
||||||
// Output filesystem tree
|
// Output filesystem tree
|
||||||
output: dagger.#FS
|
output: dagger.#FS
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user