From af343a1dd1119fb7df3e0168e188eb0c0581e964 Mon Sep 17 00:00:00 2001
From: Siarhei Siniak <siarheisiniak@gmail.com>
Date: Sun, 19 May 2024 13:16:57 +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 c271bef..584b201 100755
--- a/dotfiles/.local/bin/commands
+++ b/dotfiles/.local/bin/commands
@@ -1202,7 +1202,7 @@ def http_server(argv):
         subprocess.check_call(
             r'''
                 mkdir -p $CONF_DIR;
-                echo "server{listen 80; charset UTF-8; root $DATA_DIR; %s}" >
+                echo "server{listen 80; charset UTF-8; root $DATA_DIR; %s}" > \
                     $CONF_DIR/default.conf;
                 exec nginx -c $CONF_DIR -p $DATA_DIR -g "daemon off;"
             ''',