Skip to content

Commit dbef4a0

Browse files
committed
typo
1 parent 37f6fa7 commit dbef4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/xtask/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ impl Xtasks {
13721372
let mut context = tera::Context::new();
13731373
let workspace_dir = Self::workspace_dir(&app_settings)?;
13741374
let json_workspace_dir = serde_json::to_string(&workspace_dir)?; // make sure this works as a json string
1375-
context.insert("dir", &json);
1375+
context.insert("dir", &json_workspace_dir);
13761376

13771377
let templated_settings = tera.render_str(vscode_settings, &context)?;
13781378
let templated_settings_json = Self::read_json_with_comments(templated_settings.as_bytes())

0 commit comments

Comments
 (0)