We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a051647 commit 9940b81Copy full SHA for 9940b81
src/commands/mod.rs
@@ -446,7 +446,7 @@ pub fn construct_env_file_header(
446
# Environment variables. MAKE SURE to ENCRYPT them before committing to source control
447
"#,
448
&env_file_uuid,
449
- name.clone().unwrap_or("project_ame".to_owned()),
+ name.clone().unwrap_or("project_name".to_owned()),
450
group.clone().unwrap_or("group_name".to_owned()),
451
&env_pub_key_name,
452
public_key
0 commit comments