Skip to content

Commit 603c0af

Browse files
committed
Fix broken doc link
1 parent 29565e2 commit 603c0af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/utils/exec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ impl OutputMode {
5050
/// If you want to delay failures until the end of bootstrap, use [delay_failure].
5151
///
5252
/// By default, the command will print its stdout/stderr to stdout/stderr of bootstrap ([OutputMode::Print]).
53-
/// If you want to handle the output programmatically, use [BootstrapCommand::capture].
53+
/// If you want to handle the output programmatically, use [BootstrapCommand::run_capture].
5454
///
5555
/// Bootstrap will print a debug log to stdout if the command fails and failure is not allowed.
5656
///

0 commit comments

Comments
 (0)