Skip to content

Commit

Permalink
Fix docs exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
cd-work committed Nov 29, 2023
1 parent 4aa409b commit 03670e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
//! let _ = sandbox.add_exception(Exception::ExecuteAndRead("/lib".into()));
//!
//! // Initialize the sandbox; by default everything is prohibited.
//! let mut command = Command::new("/usr/bin/cat");
//! let mut command = Command::new("/usr/cat");
//! command.arg(file.path());
//! let mut child = sandbox.spawn(command).unwrap();
//!
Expand Down

0 comments on commit 03670e8

Please sign in to comment.