@@ -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"