Skip to content

Commit 9940b81

Browse files
committed
chore: polishing
1 parent a051647 commit 9940b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ pub fn construct_env_file_header(
446446
# Environment variables. MAKE SURE to ENCRYPT them before committing to source control
447447
"#,
448448
&env_file_uuid,
449-
name.clone().unwrap_or("project_ame".to_owned()),
449+
name.clone().unwrap_or("project_name".to_owned()),
450450
group.clone().unwrap_or("group_name".to_owned()),
451451
&env_pub_key_name,
452452
public_key

0 commit comments

Comments
 (0)