parse_args: typo update
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -139,7 +139,7 @@ SMR Unerledigt: 089 92529 60222")
|
|||||||
|
|
||||||
// preset the prefix for relevant environment variables ("ADVOTRACKER_")
|
// preset the prefix for relevant environment variables ("ADVOTRACKER_")
|
||||||
let mut env_prefix: String = crate_name!().to_uppercase();
|
let mut env_prefix: String = crate_name!().to_uppercase();
|
||||||
env_prefix.push_str("_");
|
env_prefix.push('_');
|
||||||
viperus.set_env_prefix(&env_prefix);
|
viperus.set_env_prefix(&env_prefix);
|
||||||
|
|
||||||
// enable caching and automatic update of environment values
|
// enable caching and automatic update of environment values
|
||||||
|
|||||||
Reference in New Issue
Block a user