Skip to content

Commit bd9ff69

Browse files
committed
Run quickstart probe without egress
1 parent e6ae8ae commit bd9ff69

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

crates/m80-cli/src/cmds/quickstart.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ fn run_echo_probe(artifact_dir: &Path, run_root: &Path) -> Result<(), FcError> {
182182
.map_err(|e| FcError::Config(format!("resolving current m80 binary: {e}")))?;
183183
let status = Command::new(current)
184184
.arg("run")
185+
.arg("--egress")
186+
.arg("none")
185187
.arg("--")
186188
.arg("echo")
187189
.arg("hello")

0 commit comments

Comments
 (0)