1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

use lowercase 'quote' for consistency with existing custom command template functions

This commit is contained in:
Jesse Duffield
2022-10-02 18:42:51 -07:00
parent b0c19b291f
commit c953871ec7
3 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ var FormPrompts = NewIntegrationTest(NewIntegrationTestArgs{
{
Key: "a",
Context: "files",
Command: `echo {{.Form.FileContent | Quote}} > {{.Form.FileName | Quote}}`,
Command: `echo {{.Form.FileContent | quote}} > {{.Form.FileName | quote}}`,
Prompts: []config.CustomCommandPrompt{
{
Key: "FileName",