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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/push.rs b/src/sub_commands/push.rs
index 7c64bb2..e592cd7 100644
--- a/src/sub_commands/push.rs
+++ b/src/sub_commands/push.rs
@@ -44,7 +44,7 @@ pub async fn launch(cli_args: &Cli) -> Result<()> {
44 &git_repo, 44 &git_repo,
45 root_commit.to_string(), 45 root_commit.to_string(),
46 &client, 46 &client,
47 client.get_more_fallback_relays().clone(), 47 client.get_fallback_relays().clone(),
48 ) 48 )
49 .await?; 49 .await?;
50 50