From ff23a11e632812b685f594324e6004c6da81cd4d Mon Sep 17 00:00:00 2001 From: fxqnlr Date: Sun, 5 Feb 2023 09:23:29 +0100 Subject: Fixed update shit not correctly updating --- src/commands/list.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commands/list.rs') diff --git a/src/commands/list.rs b/src/commands/list.rs index eaf6fa1..8e86973 100644 --- a/src/commands/list.rs +++ b/src/commands/list.rs @@ -49,6 +49,7 @@ fn remove(config: Cfg, input: Input) -> MLE<()> { } ///Changing the current lists version and updating it +/// /// #Arguments /// /// * `config` - The current config -- cgit v1.2.3