Skip to content

Commit 2b0eb1a

Browse files
Apply suggestion
Co-authored-by: Techassi <[email protected]>
1 parent 0636cd4 commit 2b0eb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ mod built_info {
5151
pub const OPERATOR_NAME: &str = "hdfs.stackable.tech";
5252

5353
// TODO (@NickLarsenNZ): Change the variable to `CONSOLE_LOG`
54-
pub const ENV_VAR_CONSOLE_LOG: &str = "HDFS_OPERATOR_LOG ";
54+
pub const ENV_VAR_CONSOLE_LOG: &str = "HDFS_OPERATOR_LOG";
5555

5656
#[derive(clap::Parser)]
5757
#[clap(about, author)]

0 commit comments

Comments
 (0)