Skip to content

Commit

Permalink
Fix typo - missing closing quote (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1ll authored Feb 20, 2024
1 parent 059e76a commit 8c8f3b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/selfhosted/sqlite-store.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ To rollback to the JSON file store, follow these steps:
5. Enable JSON file by updating the management.json file and setting the `Engine` field to `jsonfile` as the following example:
```json
"StoreConfig": {
"Engine": "jsonfile
"Engine": "jsonfile"
}
```
6. Restart the Management service.
Expand All @@ -146,4 +146,4 @@ To rollback to the JSON file store, follow these steps:
You should see an entry similar to:
```
2023-10-19T18:55:29Z INFO management/server/store.go:72: using JSON file store engine
```
```

0 comments on commit 8c8f3b3

Please sign in to comment.