Skip to content

Commit

Permalink
doc/registry-authentication: Fix broken cargo-credential-1password
Browse files Browse the repository at this point in the history
…arguments
  • Loading branch information
Turbo87 committed Nov 16, 2023
1 parent 2e095e5 commit 1d2f964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/registry-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Install the provider with `cargo install cargo-credential-1password`
In the config, add to (or create) `registry.global-credential-providers`:
```toml
[registry]
global-credential-providers = ["cargo:token", "cargo-credential-1password --email you@example.com"]
global-credential-providers = ["cargo:token", "cargo-credential-1password --account my.1password.com"]
```

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

0 comments on commit 1d2f964

Please sign in to comment.