Skip to content

Commit

Permalink
json fix (forgot a speech mark)
Browse files Browse the repository at this point in the history
  • Loading branch information
creepersaur committed Sep 11, 2024
1 parent 512edfb commit 58cc6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ two_way_descendants = true

fs::create_file(
&"sourcemap.json",
&r#"["Will be replaced when the plugin connects.]"#
&r#"["Will be replaced when the plugin connects."]"#
);

fs::create_file(
&"default.project.json",
&r#"["Will be replaced when the plugin connects.]"#
&r#"["Will be replaced when the plugin connects."]"#
);

println!("{} 👍", "Successfully initialized CreeperCLI project!".green());
Expand Down

0 comments on commit 58cc6b5

Please sign in to comment.