1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

remove unneeded config setting

This commit is contained in:
Jesse Duffield
2023-02-19 13:51:34 +11:00
parent 31d796ee75
commit 7201a91b69
4 changed files with 4 additions and 12 deletions

View File

@ -9,9 +9,7 @@ var Pull = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Pull a commit from the remote",
ExtraCmdArgs: "",
Skip: false,
SetupConfig: func(config *config.AppConfig) {
config.UserConfig.Git.AutoFetch = false
},
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
shell.EmptyCommit("one")
shell.EmptyCommit("two")