We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478e1be commit 3551eedCopy full SHA for 3551eed
src/templating.rs
@@ -75,7 +75,6 @@ impl Variables {
75
None => {
76
let mut secrets = tera::Map::new();
77
secrets.insert(key.to_string(), Value::String(encrypted.to_string()));
78
- println!("{}", self.inner);
79
let Some(vars) = self.inner.as_object_mut() else {
80
panic!("Variables should be a Value::Object");
81
};
@@ -189,7 +188,6 @@ impl Variables {
189
188
}
190
191
pub(crate) fn with_os(mut self) -> Self {
192
193
194
195
0 commit comments