Skip to content

Commit

Permalink
Set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Jun 27, 2024
1 parent 6de7e20 commit 958f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ task: run: {
gobuild: task.build & {"vars": vars, outfile: "\(vars.testdir)/xtemplate"}
rmdataw: file.RemoveAll & {path: "\(vars.testdir)/dataw"}
mkdataw: file.Mkdir & {path: "\(vars.testdir)/dataw", $dep: rmdataw.$done}
mklog: file.Create & {filename: "\(vars.testdir)/xtemplate.log", contents: ""}
mklog: file.Create & {filename: "\(vars.testdir)/xtemplate.log", permissions: 0o666, contents: ""}

ready: exec.Run & {
$dep: mklog.$done
Expand Down

0 comments on commit 958f66f

Please sign in to comment.