diff --git a/src/init.rs b/src/init.rs index b1cabec..65c65ec 100644 --- a/src/init.rs +++ b/src/init.rs @@ -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());