diff --git a/src/doc/src/reference/config.md b/src/doc/src/reference/config.md index c4ea4a8fb17..7e7137cf8c7 100644 --- a/src/doc/src/reference/config.md +++ b/src/doc/src/reference/config.md @@ -109,7 +109,7 @@ root = "/some/path" # `cargo install` destination directory [net] retry = 2 # network retries git-fetch-with-cli = true # use the `git` executable for git operations -offline = false # do not access the network +offline = true # do not access the network [patch.] # Same keys as for [patch] in Cargo.toml