From 9c855ffd3bb28bf7ed98fed40cae8320b2b49bfe Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sun, 19 May 2024 13:15:35 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.local/bin/commands | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.local/bin/commands b/dotfiles/.local/bin/commands index efaee5a..c271bef 100755 --- a/dotfiles/.local/bin/commands +++ b/dotfiles/.local/bin/commands @@ -1077,7 +1077,7 @@ def http_server(argv): parser.add_option( '--no_docker', dest='docker', - action='store_true', + action='store_false', default=None, ) parser.add_option(