Mark init.meta.json as relevant path for directories

This commit is contained in:
Lucien Greathouse
2019-10-12 23:46:49 -07:00
parent 1c6c1298d5
commit db23c3d35a
8 changed files with 10 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ impl SnapshotMiddleware for SnapshotDir {
snapshot_id: None,
metadata: InstanceMetadata {
instigating_source: Some(entry.path().to_path_buf().into()),
relevant_paths: vec![entry.path().to_path_buf()],
relevant_paths: vec![entry.path().to_path_buf(), meta_path.clone()],
..Default::default()
},
name: Cow::Owned(instance_name),