Skip to content
Snippets Groups Projects
Verified Commit c14d9503 authored by Louis's avatar Louis :fire:
Browse files

Remove missed println statement

parent da8b8ae5
No related branches found
No related tags found
No related merge requests found
Pipeline #712 passed with stage
in 11 seconds
......@@ -242,7 +242,6 @@ fn set_from_file(file: &EnvironmentFile, options: ApplyOptions) -> Result<(), En
if options.overwrite || is_missing_key(&key_name)? {
if line.is_complete() {
eprintln!("Setting {} with value {}", key_name, line.assemble_value());
env::set_var(key_name, line.assemble_value());
} else {
defferred.push(line);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment