Переглянути джерело

fix(lazygit): allow backticks in conventional commits

Joe 5 місяців тому
батько
коміт
64ca515a22
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      .config/lazygit/config.yml

+ 1 - 1
.config/lazygit/config.yml

@@ -42,7 +42,7 @@ customCommands:
   - key: "<c-c>"
     context: "files"
     description: "Create a conventional commit"
-    command: /usr/bin/env python3 $DOTFILES_DIR/.scripts/lazygit_add_conventional_commit.py "{{.Form.Type}}" "{{.Form.Scope}}" "{{.Form.Breaking}}" "{{.Form.Subject}}" "{{.Form.Breaking}}"
+    command: /usr/bin/env python3 $DOTFILES_DIR/.scripts/lazygit_add_conventional_commit.py '{{.Form.Type}}' '{{.Form.Scope}}' '{{.Form.Breaking}}' '{{.Form.Subject}}' '{{.Form.Breaking}}'
     prompts:
       - type: "menu"
         key: "Type"