deploy tx

Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
Cyrill Leutwiler
2025-03-25 17:54:40 +01:00
parent a835754d41
commit 34b8879b15
7 changed files with 141 additions and 18 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ fn download_to_file(path: &Path, downloader: &GHDownloader) -> anyhow::Result<()
log::info!("caching file: {}", path.display());
let Ok(file) = File::create_new(path) else {
log::warn!("cache file already exists: {}", path.display());
log::debug!("cache file already exists: {}", path.display());
return Ok(());
};