chore(public): sanitize repository presentation

This commit is contained in:
igor04091968
2026-06-03 08:02:15 +03:00
parent dd3163624b
commit 9fc218dc49
107 changed files with 829 additions and 139257 deletions
@@ -108,7 +108,7 @@ fn run() -> Result<i32> {
.root
.canonicalize()
.with_context(|| format!("canonicalize root {}", cli.root.display()))?;
let env_file = root.join("secrets/runtime.env");
let env_file = root.join("private-config/runtime.env");
let env_values = read_env_file(&env_file).unwrap_or_default();
let timestamp = cli
.timestamp
@@ -452,7 +452,7 @@ mod tests {
env.insert("AW_WINRM_PASSWORD".to_string(), "hidden".to_string());
let plan = build_plan(
dir.path(),
&dir.path().join("secrets/runtime.env"),
&dir.path().join("private-config/runtime.env"),
&env,
"10.10.10.13",
"igor",