From 21b1b95ecdc00b1830ff960489876fb36b31097d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 2 May 2021 10:48:15 +0100 Subject: [PATCH] bundles: Fix a typo Signed-off-by: Ian Jackson --- src/bin/otter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/otter.rs b/src/bin/otter.rs index f27fc961..f96bf542 100644 --- a/src/bin/otter.rs +++ b/src/bin/otter.rs @@ -1362,7 +1362,7 @@ mod upload_bundle { )} } -//---------- list-bundle ---------- +//---------- list-bundles ---------- mod list_bundles { use super::*; -- 2.30.2