Skip to content

Commit

Permalink
Merge pull request #22 from tinythings:fix-payload
Browse files Browse the repository at this point in the history
fix name
  • Loading branch information
Ichmed authored Jun 4, 2024
2 parents 781ab01 + 048f5b6 commit de1fa33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/builtin/ctl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ impl IntoConfig for CreateCtlPipe {
fn into_config(self) -> TaskConfigYaml {
TaskConfigYaml {
name: "builtin::ctl-create".to_string(),
cmd: Payload::Service("mkdir -p /run/var\nmkfifo /run/var/alfad-ctl".to_string()),
cmd: Payload::Normal("mkdir -p /run/var\nmkfifo /run/var/alfad-ctl".to_string()),
after: smallvec!["mount-sys-fs".to_owned()],
..Default::default()
}
Expand Down

0 comments on commit de1fa33

Please sign in to comment.