Yoginth 7 лет назад
Родитель
Сommit
985d74b2dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      .vscode/tasks.json

+ 1 - 1
.vscode/tasks.json

@@ -6,7 +6,7 @@
         {
             "label": "Build Gitote",
             "type": "shell",
-            "command": "go build",
+            "command": "go build && sudo systemctl restart gitote",
             "group": {
                 "kind": "build",
                 "isDefault": true