upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/git/mod.rs
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2026-02-23 15:20:59 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2026-02-23 15:20:59 +0000
commit113928aa84894ea8f65c247d9987527e792b32a9 (patch)
treeec967d6195d9f7ec4f061449596611afe3a0950f /src/git/mod.rs
parent26f608e5011b9d1ad6036da75b89272835e69695 (diff)
parente0ad39a489b3398f8208713bf728db0cb11475b0 (diff)
Merge master into 3ca0-announcements-purgatory
Diffstat (limited to 'src/git/mod.rs')
-rw-r--r--src/git/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git/mod.rs b/src/git/mod.rs
index b3fee69..1255b6f 100644
--- a/src/git/mod.rs
+++ b/src/git/mod.rs
@@ -253,7 +253,7 @@ pub fn update_ref(repo_path: &Path, ref_name: &str, commit_hash: &str) -> Result
253 return Err(format!("git update-ref failed: {}", stderr)); 253 return Err(format!("git update-ref failed: {}", stderr));
254 } 254 }
255 255
256 info!( 256 debug!(
257 "Updated ref {} to {} in {}", 257 "Updated ref {} to {} in {}",
258 ref_name, 258 ref_name,
259 commit_hash, 259 commit_hash,