Skip to content

Commit

Permalink
Fix typo (browserpass#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
taupiqueur authored Jul 16, 2022
1 parent 181ad38 commit 03e4517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PROTOCOL.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ is alive, determine the version at startup, and provide per-store defaults.
"path": "/path/to/default/store",
"settings": "<raw contents of $defaultPath/.browserpass.json>",
},
storeSettings: {
storeId: "<raw contents of storePath/.browserpass.json>"
"storeSettings": {
"storeId": "<raw contents of storePath/.browserpass.json>"
}
}
}
Expand Down

0 comments on commit 03e4517

Please sign in to comment.