mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
Fix typo
This commit is contained in:
@ -6,7 +6,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var SelectAllFiles = NewIntegrationTest(NewIntegrationTestArgs{
|
var SelectAllFiles = NewIntegrationTest(NewIntegrationTestArgs{
|
||||||
Description: "All all files of a commit to a custom patch with the 'a' keybinding",
|
Description: "Add all files of a commit to a custom patch with the 'a' keybinding",
|
||||||
ExtraCmdArgs: []string{},
|
ExtraCmdArgs: []string{},
|
||||||
Skip: false,
|
Skip: false,
|
||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
|
Reference in New Issue
Block a user