We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c091d09 + 12f29e9 commit 6f43a02Copy full SHA for 6f43a02
src/tools/jsondocck/src/cache.rs
@@ -23,7 +23,7 @@ impl Cache {
23
24
Cache {
25
value: serde_json::from_str::<Value>(&content).expect("failed to convert from JSON"),
26
- variables: HashMap::new(),
+ variables: HashMap::from([("FILE".to_owned(), config.template.clone().into())]),
27
}
28
29
0 commit comments