upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/bin/ngit/sub_commands/export_keys.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/ngit/sub_commands/export_keys.rs')
-rw-r--r--src/bin/ngit/sub_commands/export_keys.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/ngit/sub_commands/export_keys.rs b/src/bin/ngit/sub_commands/export_keys.rs
index 12fc380..54a716f 100644
--- a/src/bin/ngit/sub_commands/export_keys.rs
+++ b/src/bin/ngit/sub_commands/export_keys.rs
@@ -28,6 +28,7 @@ pub async fn launch() -> Result<()> {
28 None, 28 None,
29 true, 29 true,
30 false, 30 false,
31 false,
31 ) 32 )
32 .await 33 .await
33 { 34 {