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 06c3e50..bcac178 100644
--- a/src/sub_commands/push.rs
+++ b/src/sub_commands/push.rs
@@ -60,6 +60,7 @@ pub async fn launch(cli_args: &Cli, args: &SubCommandArgs) -> Result<()> {
60 root_commit.to_string(), 60 root_commit.to_string(),
61 &client, 61 &client,
62 client.get_fallback_relays().clone(), 62 client.get_fallback_relays().clone(),
63 true,
63 ) 64 )
64 .await?; 65 .await?;
65 66