Fix typo - missing closing quote (#143)

This commit is contained in:
ph1ll
2024-02-20 13:47:20 +00:00
committed by GitHub
parent 059e76af3a
commit 8c8f3b3dec

View File

@@ -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.
@@ -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
```
```