We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c91ef0 commit ad74a49Copy full SHA for ad74a49
src/utils/env.rs
@@ -67,7 +67,7 @@ impl RoverEnv {
67
value.to_string()
68
};
69
70
- format!("environment variable ${} = {}", key.to_string(), value)
+ format!("environment variable ${} = {}", key, value)
71
}
72
73
/// sets an environment variable to a value
0 commit comments