Skip to content

Commit

Permalink
Add prefix to display cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
infogulch committed Jun 27, 2024
1 parent 082aa94 commit 82d8782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make_tool.cue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ task: run: {
}
display: exec.Run & {
$dep: mklog.$done
cmd: "tail -f xtemplate.log"
dir: vars.testdir
cmd: ["bash", "-c", "tail -f xtemplate.log | sed -e 's/^/[DISPLAY] /'"]
dir: vars.testdir
}

start: exec.Run & {
Expand Down

0 comments on commit 82d8782

Please sign in to comment.