Skip to content

Commit 06478b0

Browse files
authored
important change for geode new users
1 parent c833784 commit 06478b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,11 @@ pub fn build_template(location: Option<PathBuf>) {
252252
"{}.{}",
253253
final_developer
254254
.to_lowercase()
255-
.replace(' ', "_")
255+
.replace(' ', "-")
256256
.replace("\"", ""),
257257
final_name
258258
.to_lowercase()
259-
.replace(' ', "_")
259+
.replace(' ', "-")
260260
.replace("\"", "")
261261
);
262262

0 commit comments

Comments
 (0)