diff --git a/Design:-Version-Control.md b/Design:-Version-Control.md index 71649a0..2906361 100644 --- a/Design:-Version-Control.md +++ b/Design:-Version-Control.md @@ -140,14 +140,14 @@ By default, the `localfilesystem` implementation should be entirely file based. - the base flow/credential files remain unchanged to how they work today - a new directory structure is created alongside the flow file: - my-flows.json - my-flows_cred.json - .my-flows_history/ - log.json - 0.my-flows.json - 0.my-flows_cred.json - 1.my-flows.json - 1.my-flows_cred.json + my-flows.json + my-flows_cred.json + .my-flows_history/ + log.json + 0.my-flows.json + 0.my-flows_cred.json + 1.my-flows.json + 1.my-flows_cred.json The `._history` directory contains the history of flow files; each prefixed with its version id.