Skip to content

Commit e264218

Browse files
committed
fix(init/userstyle): print userstyles.yml path before serialized content
1 parent 794fdd0 commit e264218

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmd/init/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ pub fn userstyle(
231231
let mut bare = HashMap::new();
232232
bare.insert(name_kebab, metadata);
233233
println!(
234-
"{}",
234+
"scripts/userstyles.yml\n{}",
235235
serde_yaml::to_string(&UserstylesRoot { userstyles: bare }).unwrap()
236236
);
237237

0 commit comments

Comments
 (0)