Skip to content

Commit

Permalink
aider: fix: Don't print all environment variables when setting new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Sep 11, 2024
1 parent a3a6a0e commit 6d271f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ fn main() {
};

if !new_vars.is_empty() {
should_print = false; // Don't print all vars when setting new ones
let no_overwrite = cli.no_overwrite;
let (mut env_vars, original_lines) = match read_env_file(&cli.file) {
Ok(result) => result,
Expand Down

0 comments on commit 6d271f1

Please sign in to comment.