chore: rename app

This commit is contained in:
2026-08-29 14:18:47 +05:00
parent ec98d30b31
commit 1a2bb73b62
6 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ mod tests {
fn tmpdir(tag: &str) -> PathBuf {
let dir =
std::env::temp_dir().join(format!("xboctploy-local-{}-{tag}", std::process::id()));
std::env::temp_dir().join(format!("xboct-deploy-local-{}-{tag}", std::process::id()));
let _ = fs::remove_dir_all(&dir);
fs::create_dir_all(&dir).unwrap();
dir