Skip to content

Commit c7a1c09

Browse files
committed
Auto merge of #9896 - frogtile:master, r=ehuss
config.md: fix typo match value with comment
2 parents d7f413d + 0fe36b6 commit c7a1c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ root = "/some/path" # `cargo install` destination directory
109109
[net]
110110
retry = 2 # network retries
111111
git-fetch-with-cli = true # use the `git` executable for git operations
112-
offline = false # do not access the network
112+
offline = true # do not access the network
113113

114114
[patch.<registry>]
115115
# Same keys as for [patch] in Cargo.toml

0 commit comments

Comments
 (0)