upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/sub_commands/push.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/sub_commands/push.rs')
-rw-r--r--src/sub_commands/push.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs
index 968aa0a..7c64bb2 100644
--- a/src/sub_commands/push.rs
+++ b/src/sub_commands/push.rs
@@ -41,6 +41,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> {
41 let mut client = <MockConnect as std::default::Default>::default(); 41 let mut client = <MockConnect as std::default::Default>::default();
42 42
43 let repo_ref = repo_ref::fetch( 43 let repo_ref = repo_ref::fetch(
44 &git_repo,
44 root_commit.to_string(), 45 root_commit.to_string(),
45 &client, 46 &client,
46 client.get_more_fallback_relays().clone(), 47 client.get_more_fallback_relays().clone(),