Skip to content

Commit b68d67b

Browse files
Update docs/admin/providers/onepassword_setup.md
Co-authored-by: Glenn Matthews <[email protected]>
1 parent ba51e56 commit b68d67b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/admin/providers/onepassword_setup.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@ PLUGINS_CONFIG = {
1111
"nautobot_secrets_providers": {
1212
"one_password": {
1313
"token": os.environ.get("OP_SERVICE_ACCOUNT_TOKEN"),
14-
"vaults" {
14+
"vaults": {
1515
"MyVault": {
1616
"token": os.environ.get("OP_SERVICE_ACCOUNT_TOKEN"),
1717
},
18-
"
1918
},
2019
},
2120
},

0 commit comments

Comments
 (0)