From 2163e0a01f934692c8967a11eb9828fd70f7d03d Mon Sep 17 00:00:00 2001 From: DanConwayDev Date: Tue, 17 Sep 2024 13:36:45 +0100 Subject: fix(remote): push reporting copy ensure commit id from and two are the correct way around --- src/bin/git_remote_nostr/push.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/git_remote_nostr') diff --git a/src/bin/git_remote_nostr/push.rs b/src/bin/git_remote_nostr/push.rs index 9dbec0d..b038d19 100644 --- a/src/bin/git_remote_nostr/push.rs +++ b/src/bin/git_remote_nostr/push.rs @@ -436,8 +436,8 @@ fn push_to_remote_url( for update in updates { let msg = format!( "push: {}..{} {} -> {}", - oid_to_shorthand_string(update.dst()).unwrap(), oid_to_shorthand_string(update.src()).unwrap(), + oid_to_shorthand_string(update.dst()).unwrap(), update .src_refname() .unwrap_or("") -- cgit v1.2.3