Add default value to permissions to #WriteFile

Signed-off-by: Vasek - Tom C <tom.chauveau@epitech.eu>
This commit is contained in:
Vasek - Tom C
2021-12-23 15:54:38 +01:00
parent 0e5fb4ec29
commit 513638a40b
2 changed files with 5 additions and 5 deletions

View File

@@ -7,10 +7,10 @@ engine.#Plan & {
scratch: engine.#Scratch
data: engine.#WriteFile & {
input: scratch.output
path: "/test"
mode: 0o600
contents: "foobar"
input: scratch.output
path: "/test"
permissions: 0o600
contents: "foobar"
}
}