Skip to content

Commit 1d2f964

Browse files
committed
doc/registry-authentication: Fix broken cargo-credential-1password arguments
1 parent 2e095e5 commit 1d2f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/registry-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Install the provider with `cargo install cargo-credential-1password`
103103
In the config, add to (or create) `registry.global-credential-providers`:
104104
```toml
105105
[registry]
106-
global-credential-providers = ["cargo:token", "cargo-credential-1password --email you@example.com"]
106+
global-credential-providers = ["cargo:token", "cargo-credential-1password --account my.1password.com"]
107107
```
108108

109109
The values in `global-credential-providers` are split on spaces into path and command-line arguments. To

0 commit comments

Comments
 (0)