We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5e244 commit 12f29e9Copy full SHA for 12f29e9
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