From 20ff477981c5f0cc426ae9548762191cf64af3f4 Mon Sep 17 00:00:00 2001 From: dcookspi <92065525+dcookspi@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:28:37 -0700 Subject: [PATCH] Update crates/spk-cli/common/src/flags.rs Co-authored-by: jrray Signed-off-by: dcookspi <92065525+dcookspi@users.noreply.github.com> --- crates/spk-cli/common/src/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/spk-cli/common/src/flags.rs b/crates/spk-cli/common/src/flags.rs index 5e775ed5d3..abd0d7e42d 100644 --- a/crates/spk-cli/common/src/flags.rs +++ b/crates/spk-cli/common/src/flags.rs @@ -1138,7 +1138,7 @@ pub struct DecisionFormatterSettings { /// Override the default solver output filename prefix. The /// current date, time, and solver kind name will be appended to /// this prefix to produce the file name for each solver. - #[clap(long, default_value_t=String::from(DEFAULT_SOLVER_RUN_FILE_PREFIX), env = SPK_OUTPUT_FILE_PREFIX)] + #[clap(long, default_value_t=String::from(DEFAULT_SOLVER_RUN_FILE_PREFIX), env = SPK_SOLVER_OUTPUT_FILE_PREFIX)] output_file_prefix: String, }